Skip to content

Commit e436506

Browse files
Merge pull request #409 from marcus290/disable-darkmode
disable darkmode on Mojave
2 parents 6707a98 + 8986092 commit e436506

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

share/qt/Info.plist.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@
100100
<key>LSAppNapIsDisabled</key>
101101
<string>True</string>
102102

103+
<key>NSRequiresAquaSystemAppearance</key>
104+
<string>True</string>
105+
103106
<key>LSApplicationCategoryType</key>
104107
<string>public.app-category.finance</string>
105108
</dict>

0 commit comments

Comments
 (0)