fix: wrong minimize on quit judgement
This commit is contained in:
@@ -96,7 +96,7 @@ class _ApplicationExitControlState extends State<ApplicationExitControl> {
|
||||
}
|
||||
}
|
||||
|
||||
if (SharedPrefSingleton().minimizeOnQuit == false) {
|
||||
if (SharedPrefSingleton().minimizeOnQuit == true) {
|
||||
windowManager.hide();
|
||||
return AppExitResponse.cancel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user