diff --git a/src/wx/wxvbam.cpp b/src/wx/wxvbam.cpp index 4654965b..ef74dbfc 100644 --- a/src/wx/wxvbam.cpp +++ b/src/wx/wxvbam.cpp @@ -355,6 +355,10 @@ wxString wxvbamApp::GetAbsolutePath(wxString path) bool wxvbamApp::OnInit() { using_wayland = IsWayland(); +#if ((wxMAJOR_VERSION == 3) && (wxMINOR_VERSION >= 3)) || (wxMAJOR_VERSION > 3) + SetAppearance(Appearance::System); +#endif + // use consistent names for config, DO NOT TRANSLATE SetAppName("visualboyadvance-m"); #if (wxMAJOR_VERSION >= 3)