diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-07 10:17:32 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-10-07 10:17:55 +0200 |
commit | 2b5261c63690fd545a8dcf742e32ed1bb519183a (patch) | |
tree | 42dd50f11149a0de0fb6fb4d1ec91754a39e249d | |
parent | 3eaa9462f8336e0d0a5800b10544400bdea3a03b (diff) | |
parent | 1f9be984db13e9bed98d2aadb8f0577a2057f7cc (diff) |
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 e79e59a568..dd6edde8d2 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> |