From c439b67973601fa3a4aaa8276722f881df3ad71b Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 16 Jun 2023 07:32:22 -0700 Subject: [PATCH] Temporarily enable Dark Mode code on Linux --- clientgui/BOINCGUIApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.h b/clientgui/BOINCGUIApp.h index 96456fc69b..04524c4106 100644 --- a/clientgui/BOINCGUIApp.h +++ b/clientgui/BOINCGUIApp.h @@ -41,7 +41,7 @@ // BOINC to adjust standard UI items for Dark Mode, be sure to guard // those changes so they do not affect the Mac implementation. // -#if defined(__WXMAC__) +#if (defined(__WXMAC__) || defined(__WXGTK__)) #define SUPPORTDARKMODE true #else #define SUPPORTDARKMODE false