diff options
author | Michael Ford <fanquake@gmail.com> | 2014-10-04 19:34:15 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2014-10-04 19:34:15 +0800 |
commit | 1f9be984db13e9bed98d2aadb8f0577a2057f7cc (patch) | |
tree | 890cad03a0f9dceea98aa6d8ca003e2e9b1f3022 /share/qt/Info.plist.in | |
parent | 5bf029603c60305cafcb1734c4d3f8b9eddfa4ee (diff) |
Disable App Nap on OSX 10.9+
Diffstat (limited to 'share/qt/Info.plist.in')
-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> |