mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
sys: Added better support for Windows 7
This commit is contained in:
@@ -37,8 +37,10 @@ static void detectSystemTheme() {
|
||||
if (error == ERROR_SUCCESS) {
|
||||
EventManager::post<RequestChangeTheme>(value == 0 ? 1 : 2);
|
||||
} else {
|
||||
EventManager::post<RequestChangeTheme>(1);
|
||||
ImHexApi::System::impl::setBorderlessWindowMode(false);
|
||||
}
|
||||
} else {
|
||||
ImHexApi::System::impl::setBorderlessWindowMode(false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user