Skip to content

Commit

Permalink
fix: theme state (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy authored Jun 8, 2024
1 parent 291f35b commit bee0dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const SettingsRoute: FC = () => {
setTheme(updatedTheme);
}
});
}, []);
}, [settings.theme]);

const quitApp = useCallback(() => {
ipcRenderer.send('app-quit');
Expand Down

0 comments on commit bee0dde

Please sign in to comment.