Revert "feat: Add start as minimized toggle to settings (#248)" (#310)

the current implementation was prematurely merged and is broken. it will be back with a fixed implementaton eventually
This commit is contained in:
V
2023-12-28 04:25:54 +01:00
committed by GitHub
parent 7565eb39a4
commit 2f35128acf
4 changed files with 8 additions and 15 deletions

View File

@@ -49,8 +49,7 @@ export default function SettingsUi() {
"Open Links in app (experimental)",
"Opens links in a new Vesktop window instead of your web browser"
],
["checkUpdates", "Check for updates", "Automatically check for Vesktop updates", true],
["startMinimized", "Start minimized", "Vesktop remains in minimized mode on start", false]
["checkUpdates", "Check for updates", "Automatically check for Vesktop updates", true]
];
const switches = allSwitches.filter(isTruthy);