Merge pull request #5041
1f9be98
Disable App Nap on OSX 10.9+ (Michael Ford)
This commit is contained in:
commit
2b5261c636
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
|||
<key>NSHighResolutionCapable</key>
|
||||
<string>True</string>
|
||||
|
||||
<key>LSAppNapIsDisabled</key>
|
||||
<string>True</string>
|
||||
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.finance</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue