From 78f75a2d60d4930e6e8d1b27030205179adf7f6d Mon Sep 17 00:00:00 2001 From: Uplab Date: Thu, 17 Dec 2020 15:06:53 +0100 Subject: [PATCH] Allow icon colorization on mac os to better support dark mode --- src/qt/platformstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/platformstyle.cpp b/src/qt/platformstyle.cpp index aab8d8e4aff..1d0605c9030 100644 --- a/src/qt/platformstyle.cpp +++ b/src/qt/platformstyle.cpp @@ -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}