This commit is contained in:
恍兮惚兮 2024-12-29 20:19:29 +08:00
parent 32766a4dce
commit 85e857853e

View File

@ -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
}