桌面主题系统

This commit is contained in:
2026-03-26 20:43:52 +08:00
parent 2c2ee0f1de
commit 312acd90f2
9 changed files with 257 additions and 26 deletions

View File

@@ -357,5 +357,11 @@ namespace CMLeonOS.Gui.UILib
}
wm.Update(decorationWindow);
}
internal void RefreshTheme()
{
wm.Update(this);
RenderDecoration();
}
}
}