Skip to content

Commit cf2f430

Browse files
committed
gui: explicitly disable "Dark Mode" appearance on macOS
1 parent efaf2d8 commit cf2f430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

share/qt/Info.plist.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@
9999

100100
<key>LSAppNapIsDisabled</key>
101101
<string>True</string>
102+
103+
<key>NSRequiresAquaSystemAppearance</key>
104+
<string>True</string>
102105

103106
<key>LSApplicationCategoryType</key>
104107
<string>public.app-category.finance</string>

0 commit comments

Comments
 (0)