Change prefs
This commit is contained in:
@@ -22,7 +22,7 @@ class WindowController extends _$WindowController
|
||||
await windowManager.waitUntilReadyToShow(
|
||||
windowOptions,
|
||||
() async {
|
||||
if (ref.read(silentStartProvider)) {
|
||||
if (ref.read(silentStartNotifierProvider)) {
|
||||
loggy.debug("silent start is enabled, hiding window");
|
||||
await windowManager.hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user