mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 11:37:01 +00:00
进入系统改为自动进入用户文件夹
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user