mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
chore: remove unnecessary log
This commit is contained in:
parent
ad3b84b0ae
commit
36813d5f86
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ export function SettingsBehavior() {
|
|||
}
|
||||
}, [userPreferences]);
|
||||
|
||||
console.log(userPreferences?.startMinimized);
|
||||
|
||||
useEffect(() => {
|
||||
window.electron.isPortableVersion().then((isPortableVersion) => {
|
||||
setShowRunAtStartup(!isPortableVersion);
|
||||
|
|
Loading…
Reference in a new issue