mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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]);
|
}, [userPreferences]);
|
||||||
|
|
||||||
console.log(userPreferences?.startMinimized);
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
window.electron.isPortableVersion().then((isPortableVersion) => {
|
window.electron.isPortableVersion().then((isPortableVersion) => {
|
||||||
setShowRunAtStartup(!isPortableVersion);
|
setShowRunAtStartup(!isPortableVersion);
|
||||||
|
|
Loading…
Reference in a new issue