studio: move toast notifications to bottom-right

This commit is contained in:
shimmyshimmer 2026-05-17 02:01:24 -07:00
commit ea6c7a61c0

View file

@ -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>
);
}