sys: Move Windows theme detection to Windows plugin

This commit is contained in:
WerWolv
2022-02-15 22:50:04 +01:00
parent 4357d68462
commit f72e9700ab
4 changed files with 31 additions and 20 deletions

View File

@@ -159,6 +159,7 @@ namespace hex {
ContentRegistry::Settings::store();
EventManager::post<EventSettingsChanged>();
EventManager::post<EventWindowInitialized>();
}
Window::~Window() {