Skip to content

Commit 0e4a5bd

Browse files
committed
1.9.5 Fixed display detection for better mode switching
1 parent 51457e5 commit 0e4a5bd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gSwitch/AppDelegate.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
// Copyright © 2018 CodySchrank. All rights reserved.
77
//
88

9-
/**
10-
gSwitch 1.9.5
11-
*/
9+
/** gSwitch 1.9.5 */
1210

1311
import Cocoa
1412
import ServiceManagement

gSwitch/Views/MainMenu/StatusMenuController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ class StatusMenuController: NSViewController {
186186
}
187187

188188
if(modeWasForcedFromDisplay && !isDisplayConnected) {
189+
modeWasForcedFromDisplay = false;
189190
appDelegate?.safeIntergratedOnly()
190191
}
191192

0 commit comments

Comments
 (0)