aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2018-10-28 21:35:52 +0800
committerfanquake <fanquake@gmail.com>2018-11-29 11:43:20 +0800
commitdf5131bd41ea86c5b404cd6091284d9ac62368e7 (patch)
tree08a15663e769473aa501c40220b680507db9aa8f /share
parent9f556622c57d3f7a0fdc8e3807fd798ee4b5a2fe (diff)
downloadbitcoin-df5131bd41ea86c5b404cd6091284d9ac62368e7.tar.xz
gui: explicitly disable "Dark Mode" appearance on macOS
Github-Pull: #14593 Rebased-From: cf2f4306fe26305b24bba8833af845ada3a42ec8
Diffstat (limited to 'share')
-rw-r--r--share/qt/Info.plist.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in
index 17b4ee47de..0c0335a1e8 100644
--- a/share/qt/Info.plist.in
+++ b/share/qt/Info.plist.in
@@ -99,6 +99,9 @@
<key>LSAppNapIsDisabled</key>
<string>True</string>
+
+ <key>NSRequiresAquaSystemAppearance</key>
+ <string>True</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>