We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291f35b commit bee0ddeCopy full SHA for bee0dde
src/routes/Settings.tsx
@@ -59,7 +59,7 @@ export const SettingsRoute: FC = () => {
59
setTheme(updatedTheme);
60
}
61
});
62
- }, []);
+ }, [settings.theme]);
63
64
const quitApp = useCallback(() => {
65
ipcRenderer.send('app-quit');
0 commit comments