fix: Windows native theme detection not working correctly

This commit is contained in:
WerWolv
2022-08-08 11:22:59 +02:00
parent 2c740cab06
commit 423e23e3c0
2 changed files with 7 additions and 3 deletions

View File

@@ -443,6 +443,7 @@ namespace hex {
s_systemThemeDetection = enabled;
EventManager::post<EventSettingsChanged>();
EventManager::post<EventOSThemeChanged>();
}
bool usesSystemThemeDetection() {