Update import

This commit is contained in:
vczh
2023-04-24 12:47:27 -07:00
parent f6c19b3426
commit 5ab05d3b95
25 changed files with 15144 additions and 13377 deletions
@@ -42,17 +42,11 @@ namespace demo
{/* USER_CONTENT_BEGIN(::demo::MainWindow) */
if (checkFrame->GetSelected())
{
SetControlTemplate([](const vl::reflection::description::Value&)->vl::presentation::templates::GuiControlTemplate*
{
return new darkskin::WindowTemplate();
});
SetControlThemeName(vl::presentation::theme::ThemeName::CustomFrameWindow);
}
else
{
SetControlTemplate([](const vl::reflection::description::Value&)->vl::presentation::templates::GuiControlTemplate*
{
return new SystemFrameWindowTemplate();
});
SetControlThemeName(vl::presentation::theme::ThemeName::SystemFrameWindow);
}
}/* USER_CONTENT_END() */