Skip to content

Commit

Permalink
[UI] Enable themed *.png icons again for Linux
Browse files Browse the repository at this point in the history
Reference: my first comment here: #761
  • Loading branch information
crowning- committed Apr 20, 2016
1 parent 5fc47d4 commit c755c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/platformstyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const struct {
{"macosx", false, false, true},
{"windows", true, false, false},
/* Other: linux, unix, ... */
{"other", true, true, false}
{"other", true, false, false}
};
static const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles);

Expand Down

0 comments on commit c755c45

Please sign in to comment.