Skip to content

Commit bebcd6d

Browse files
Temporary change: do not colorize icons on linux/unix
1 parent c309f1d commit bebcd6d

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
@@ -21,7 +21,7 @@ static const struct {
2121
{"macosx", false, false, true},
2222
{"windows", true, false, false},
2323
/* Other: linux, unix, ... */
24-
{"other", true, true, false}
24+
{"other", true, false, false}
2525
};
2626
static const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles);
2727

0 commit comments

Comments
 (0)