Merge pull request #762 from crowning-/patch-3

[UI] Enable themed *.png icons again for Linux
This commit is contained in:
Holger Schinzel 2016-05-11 11:37:41 +02:00
commit 28fc3bae6e

View File

@ -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);