Skip to content

Commit

Permalink
fix: prevent macos 11 from terminating alt-tab randomly
Browse files Browse the repository at this point in the history
  • Loading branch information
lwouis committed Jan 25, 2021
1 parent c256933 commit 2447140
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Info.plist
Expand Up @@ -32,6 +32,8 @@
<string>GPL-3.0 licence</string>
<key>NSPrincipalClass</key>
<string>AppCenterApplication</string>
<key>NSSupportsAutomaticTermination</key>
<string>false</string>
<key>NSSupportsSuddenTermination</key>
<string>false</string>
<key>SUEnableAutomaticChecks</key>
Expand Down

0 comments on commit 2447140

Please sign in to comment.