Skip to content

Commit

Permalink
1.9.5 Fixed display detection for better mode switching
Browse files Browse the repository at this point in the history
  • Loading branch information
CodySchrank committed Sep 2, 2019
1 parent 51457e5 commit 0e4a5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions gSwitch/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
// Copyright © 2018 CodySchrank. All rights reserved.
//

/**
gSwitch 1.9.5
*/
/** gSwitch 1.9.5 */

import Cocoa
import ServiceManagement
Expand Down
1 change: 1 addition & 0 deletions gSwitch/Views/MainMenu/StatusMenuController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ class StatusMenuController: NSViewController {
}

if(modeWasForcedFromDisplay && !isDisplayConnected) {
modeWasForcedFromDisplay = false;
appDelegate?.safeIntergratedOnly()
}

Expand Down

0 comments on commit 0e4a5bd

Please sign in to comment.