mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +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…
Add table
Add a link
Reference in a new issue