diff options
| author | fanquake <[email protected]> | 2018-10-28 21:35:52 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-10-28 21:35:52 +0800 |
| commit | cf2f4306fe26305b24bba8833af845ada3a42ec8 (patch) | |
| tree | 9c9d6a99b7a8e663c42a49450c6bc51544b2b1da | |
| parent | Merge #13783: validation: Pass tx pool reference into CheckSequenceLocks (diff) | |
| download | discoin-cf2f4306fe26305b24bba8833af845ada3a42ec8.tar.xz discoin-cf2f4306fe26305b24bba8833af845ada3a42ec8.zip | |
gui: explicitly disable "Dark Mode" appearance on macOS
| -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 17b4ee47d..0c0335a1e 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> |