diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-11-10 10:37:45 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-11-10 10:37:59 +0100 |
| commit | edc715240cb6738262ae96dea476544052eb5351 (patch) | |
| tree | d4f0c51dbb0980daf60caef03fb611dede33d426 /share | |
| parent | Merge #14689: Require a public key to be retrieved when signing a P2PKH input (diff) | |
| parent | macOS: disable AppNap during sync (diff) | |
| download | discoin-edc715240cb6738262ae96dea476544052eb5351.tar.xz discoin-edc715240cb6738262ae96dea476544052eb5351.zip | |
Merge #12783: macOS: disable AppNap during sync
1e0f3c44992fb82e6bf36c2ef9277b0759c17c4c macOS: disable AppNap during sync (Alexey Ivanov)
Pull request description:
Code based on pull/5804. Tested only on macOS 10.13.3 and should support 10.9+.
What macOS versions bitcoin core currently supports?
Tree-SHA512: 85809b8d8d8a05169437b4268988da0b7372c29c6da3223ebdc106dc16dcb6d3caa5c52ace3591467005b50a63fd8b2ab1cb071cb4f450032932df25d5063315
Diffstat (limited to 'share')
| -rw-r--r-- | share/qt/Info.plist.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 0c0335a1e..abe605efd 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -97,9 +97,6 @@ <key>NSHighResolutionCapable</key> <string>True</string> - <key>LSAppNapIsDisabled</key> - <string>True</string> - <key>NSRequiresAquaSystemAppearance</key> <string>True</string> |