mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-24 18:23:26 -03:00
Allow icon colorization on mac os to better support dark mode
This commit is contained in:
parent
2059d32edb
commit
78f75a2d60
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ static const struct {
|
||||||
/** Extra padding/spacing in transactionview */
|
/** Extra padding/spacing in transactionview */
|
||||||
const bool useExtraSpacing;
|
const bool useExtraSpacing;
|
||||||
} platform_styles[] = {
|
} platform_styles[] = {
|
||||||
{"macosx", false, false, true},
|
{"macosx", false, true, true},
|
||||||
{"windows", true, false, false},
|
{"windows", true, false, false},
|
||||||
/* Other: linux, unix, ... */
|
/* Other: linux, unix, ... */
|
||||||
{"other", true, true, false}
|
{"other", true, true, false}
|
||||||
|
|
Loading…
Add table
Reference in a new issue