Skip to content

Commit

Permalink
Unix compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Dec 1, 2024
1 parent 86060f5 commit 67d0fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/i18napp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ bool I18NApp::OnInit()
wxLogDebug(L"Could not find standard translation catalog.");
}

#ifdef __WXMSW__
MSWEnableDarkMode();
#endif

// create the main application window
I18NFrame* frame = new I18NFrame(GetAppName());
Expand Down

0 comments on commit 67d0fc9

Please sign in to comment.