进入系统改为自动进入用户文件夹

This commit is contained in:
2026-02-05 20:42:16 +08:00
parent b1c2536486
commit 34021cce51
3 changed files with 39 additions and 1 deletions

View File

@@ -24,6 +24,11 @@ namespace CMLeonOS
public bool fixmode = Kernel.FixMode;
private User currentLoggedInUser;
public User CurrentLoggedInUser
{
get { return currentLoggedInUser; }
}
public void ShowError(string error)
{
Console.ForegroundColor = ConsoleColor.Red;