Skip to content

Commit 78f75a2

Browse files
Uplabgoums
authored andcommitted
Allow icon colorization on mac os to better support dark mode
1 parent 2059d32 commit 78f75a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/platformstyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static const struct {
1818
/** Extra padding/spacing in transactionview */
1919
const bool useExtraSpacing;
2020
} platform_styles[] = {
21-
{"macosx", false, false, true},
21+
{"macosx", false, true, true},
2222
{"windows", true, false, false},
2323
/* Other: linux, unix, ... */
2424
{"other", true, true, false}

0 commit comments

Comments
 (0)