VirtualGui: minor improvements

git-svn-id: svn://ultimatepp.org/upp/trunk@15641 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-01-04 13:36:20 +00:00
parent 24da043b3b
commit 5350882ec8
2 changed files with 7 additions and 0 deletions

View file

@ -14,6 +14,11 @@ void ChHostSkin()
ChSysInit();
}
bool IsSystemThemeDark()
{
return false;
}
END_UPP_NAMESPACE
#endif