mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
chore: remove unnecessary log
This commit is contained in:
@@ -32,8 +32,6 @@ export function SettingsBehavior() {
|
||||
}
|
||||
}, [userPreferences]);
|
||||
|
||||
console.log(userPreferences?.startMinimized);
|
||||
|
||||
useEffect(() => {
|
||||
window.electron.isPortableVersion().then((isPortableVersion) => {
|
||||
setShowRunAtStartup(!isPortableVersion);
|
||||
|
||||
Reference in New Issue
Block a user