Merge pull request #762 from crowning-/patch-3
[UI] Enable themed *.png icons again for Linux
This commit is contained in:
commit
28fc3bae6e
@ -25,7 +25,7 @@ static const struct {
|
|||||||
{"macosx", false, false, true},
|
{"macosx", false, false, true},
|
||||||
{"windows", true, false, false},
|
{"windows", true, false, false},
|
||||||
/* Other: linux, unix, ... */
|
/* Other: linux, unix, ... */
|
||||||
{"other", true, true, false}
|
{"other", true, false, false}
|
||||||
};
|
};
|
||||||
static const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles);
|
static const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user