diff options
author | fanquake <fanquake@gmail.com> | 2018-10-28 21:35:52 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2018-10-28 21:35:52 +0800 |
commit | cf2f4306fe26305b24bba8833af845ada3a42ec8 (patch) | |
tree | 9c9d6a99b7a8e663c42a49450c6bc51544b2b1da /share/qt | |
parent | efaf2d85e3a20ed381ae5156707c970ee0c4fa65 (diff) |
gui: explicitly disable "Dark Mode" appearance on macOS
Diffstat (limited to 'share/qt')
-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 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> |