gui: explicitly disable "Dark Mode" appearance on macOS
This commit is contained in:
parent
efaf2d85e3
commit
cf2f4306fe
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@
|
|||
<key>LSAppNapIsDisabled</key>
|
||||
<string>True</string>
|
||||
|
||||
<key>NSRequiresAquaSystemAppearance</key>
|
||||
<string>True</string>
|
||||
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.finance</string>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in a new issue