From 78f75a2d60d4930e6e8d1b27030205179adf7f6d Mon Sep 17 00:00:00 2001 From: Uplab Date: Thu, 17 Dec 2020 15:06:53 +0100 Subject: [PATCH 1/3] 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} From 303cfc62277efccf242dc5a51368e349dc2782e3 Mon Sep 17 00:00:00 2001 From: Sylvain Goumy Date: Thu, 25 Feb 2021 16:08:01 +0100 Subject: [PATCH 2/3] allow darkmode on macos build --- share/qt/Info.plist.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 207d60aca38..da10dbb3be1 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -60,9 +60,6 @@ NSHighResolutionCapable True - NSRequiresAquaSystemAppearance - True - LSApplicationCategoryType public.app-category.finance From dc4551c22c46104d18e8e7a8bf133cbebe4bc89f Mon Sep 17 00:00:00 2001 From: Sylvain Goumy Date: Thu, 25 Mar 2021 15:28:32 +0100 Subject: [PATCH 3/3] remove incompatibility release note for darkmode on macos --- doc/release-notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index 0f248494c77..e2024cb5507 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -51,9 +51,7 @@ Core should also work on most other Unix-like systems but is not as frequently tested on them. It is not recommended to use Bitcoin Core on unsupported systems. -From Bitcoin Core 0.22.0 onwards, macOS versions earlier than 10.14 are no -longer supported. Additionally, Bitcoin Core does not yet change appearance -when macOS "dark mode" is activated. +From Bitcoin Core 22.0 onwards, macOS versions earlier than 10.14 are no longer supported. Notable changes ===============