mirror of https://github.com/BOINC/boinc.git
Temporarily enable Dark Mode code on Linux
This commit is contained in:
parent
b025bb8ed1
commit
c439b67973
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue