git-svn-id: svn://ultimatepp.org/upp/trunk@13856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-01-11 16:48:14 +00:00
parent 6a0a17c6a1
commit a52da9d4b2
2 changed files with 3 additions and 2 deletions

View file

@ -8,5 +8,6 @@ file
TestChStyle.lay;
mainconfig
"" = "GUI";
"" = "GUI",
"" = "GUI X11";

View file

@ -92,6 +92,6 @@ GUI_APP_MAIN
{
Ctrl::SetDarkThemeEnabled();
// Ctrl::SetSkin(ChStdSkin);
TestChStyle().Run();
}