Allow icon colorization on mac os to better support dark mode

This commit is contained in:
Uplab 2020-12-17 15:06:53 +01:00 committed by Sylvain Goumy
parent 2059d32edb
commit 78f75a2d60

View file

@ -18,7 +18,7 @@ static const struct {
/** Extra padding/spacing in transactionview */
const bool useExtraSpacing;
} platform_styles[] = {
{"macosx", false, false, true},
{"macosx", false, true, true},
{"windows", true, false, false},
/* Other: linux, unix, ... */
{"other", true, true, false}