diff --git a/src/platfdep_unix.cpp b/src/platfdep_unix.cpp index 51609424fd..0f0624f28c 100644 --- a/src/platfdep_unix.cpp +++ b/src/platfdep_unix.cpp @@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "platfdep.h" #include #include +#include + //---------------------------------------------------------------------------- namespace @@ -109,4 +111,4 @@ const wxString mmex::GetAppName() } //---------------------------------------------------------------------------- -bool mmex::isDarkMode() { return false; } // Not implemented yet +bool mmex::isDarkMode() { return wxSystemSettings::GetAppearance().IsDark(); } \ No newline at end of file