diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-07 10:17:32 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-07 10:17:55 +0200 |
| commit | 2b5261c63690fd545a8dcf742e32ed1bb519183a (patch) | |
| tree | 42dd50f11149a0de0fb6fb4d1ec91754a39e249d | |
| parent | Merge pull request #5047 (diff) | |
| parent | Disable App Nap on OSX 10.9+ (diff) | |
| download | discoin-2b5261c63690fd545a8dcf742e32ed1bb519183a.tar.xz discoin-2b5261c63690fd545a8dcf742e32ed1bb519183a.zip | |
Merge pull request #5041
1f9be98 Disable App Nap on OSX 10.9+ (Michael Ford)
| -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> |