diff --git a/packages/neon/lib/src/utils/global_options.dart b/packages/neon/lib/src/utils/global_options.dart index 7e8dd2f8..17d19977 100644 --- a/packages/neon/lib/src/utils/global_options.dart +++ b/packages/neon/lib/src/utils/global_options.dart @@ -163,7 +163,7 @@ class GlobalOptions { storage: _storage, key: 'startup-minimize-instead-of-exit', label: (final context) => AppLocalizations.of(context).globalOptionsStartupMinimizeInsteadOfExit, - defaultValue: BehaviorSubject.seeded(true), + defaultValue: BehaviorSubject.seeded(false), ); // TODO: Autostart option @@ -172,7 +172,7 @@ class GlobalOptions { storage: _storage, key: 'systemtray-enabled', label: (final context) => AppLocalizations.of(context).globalOptionsSystemTrayEnabled, - defaultValue: BehaviorSubject.seeded(true), + defaultValue: BehaviorSubject.seeded(false), ); late final systemTrayHideToTrayWhenMinimized = ToggleOption(