mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-08 12:19:07 +02:00
Allow icon colorization on mac os to better support dark mode
This commit is contained in:
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…
x
Reference in New Issue
Block a user