mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 03:03:22 -03:00
Disable App Nap on OSX 10.9+
This commit is contained in:
parent
5bf029603c
commit
1f9be984db
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
<string>True</string>
|
<string>True</string>
|
||||||
|
|
||||||
|
<key>LSAppNapIsDisabled</key>
|
||||||
|
<string>True</string>
|
||||||
|
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
<string>public.app-category.finance</string>
|
<string>public.app-category.finance</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|
Loading…
Add table
Reference in a new issue