Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
shimmyshimmer
ea6c7a61c0 studio: move toast notifications to bottom-right 2026-05-17 02:01:24 -07:00

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