mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 15:43:53 +08:00
.
This commit is contained in:
parent
32766a4dce
commit
85e857853e
@ -209,5 +209,7 @@ DECLARE_API bool isDark()
|
|||||||
if (ERROR_SUCCESS != hKey.QueryDWORDValue(L"AppsUseLightTheme", value))
|
if (ERROR_SUCCESS != hKey.QueryDWORDValue(L"AppsUseLightTheme", value))
|
||||||
return false;
|
return false;
|
||||||
return 1 - value;
|
return 1 - value;
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user