studio: move toast notifications to bottom-right
This commit is contained in:
parent
e20bbeff9a
commit
ea6c7a61c0
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ export function AppProvider({ children }: AppProviderProps) {
|
|||
<TauriWrapper>
|
||||
{children}
|
||||
</TauriWrapper>
|
||||
<Toaster position="top-right" visibleToasts={2} expand={true} />
|
||||
<Toaster position="bottom-right" visibleToasts={2} expand={true} />
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue