Allow icon colorization on mac os to better support dark mode

pull/21544/head
Uplab 4 years ago committed by Sylvain Goumy
parent 2059d32edb
commit 78f75a2d60

@ -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}

Loading…
Cancel
Save