mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Add dark mode support
Add dark mode support
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user