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-10-28 21:35:52 +0800
commitcf2f4306fe26305b24bba8833af845ada3a42ec8 (patch)
tree9c9d6a99b7a8e663c42a49450c6bc51544b2b1da /share
parentefaf2d85e3a20ed381ae5156707c970ee0c4fa65 (diff)
downloadbitcoin-cf2f4306fe26305b24bba8833af845ada3a42ec8.tar.xz
gui: explicitly disable "Dark Mode" appearance on macOS
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>