diff options
| author | Michael Ford <[email protected]> | 2014-10-04 19:34:15 +0800 |
|---|---|---|
| committer | Michael Ford <[email protected]> | 2014-10-04 19:34:15 +0800 |
| commit | 1f9be984db13e9bed98d2aadb8f0577a2057f7cc (patch) | |
| tree | 890cad03a0f9dceea98aa6d8ca003e2e9b1f3022 | |
| parent | Merge pull request #5035 (diff) | |
| download | discoin-1f9be984db13e9bed98d2aadb8f0577a2057f7cc.tar.xz discoin-1f9be984db13e9bed98d2aadb8f0577a2057f7cc.zip | |
Disable App Nap on OSX 10.9+
| -rw-r--r-- | share/qt/Info.plist.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index e79e59a56..dd6edde8d 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -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> |