mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-13 07:33: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))
|
||||
return false;
|
||||
return 1 - value;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user