增加防傻功能

This commit is contained in:
2026-03-01 19:46:27 +08:00
parent 1f385ac18a
commit 6a9d39abd9
4 changed files with 43 additions and 24 deletions

View File

@@ -159,7 +159,7 @@ namespace CMLeonOS.Gui.ShellComponents
}
window = new AppWindow(this, (int)(wm.ScreenWidth / 2 - width / 2), (int)(wm.ScreenHeight / 2 - height / 2), width, height);
window.Title = "CMLeonOS Logon";
window.Title = "CMLeonOS Login";
window.Icon = Images.Icon_Key;
window.CanMove = false;
window.CanClose = false;