mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
尝试修复alias+增加SkipToGui设置+启用UEFI
This commit is contained in:
@@ -89,6 +89,7 @@ namespace CMLeonOS.Gui.Apps
|
||||
private readonly (string Name, string Path)[] shortcuts = new (string, string)[]
|
||||
{
|
||||
("CMLeonOS (0:)", @"0:\"),
|
||||
("ISO (1:)", @"1:\"),
|
||||
("My Home", @$"0:\user\{UserSystem.CurrentLoggedInUser.Username}"),
|
||||
("Users", @"0:\user"),
|
||||
};
|
||||
@@ -117,6 +118,8 @@ namespace CMLeonOS.Gui.Apps
|
||||
{
|
||||
case @"0:\":
|
||||
return Icons.Icon_Drive;
|
||||
case @"1:\":
|
||||
return Icons.Icon_Drive;
|
||||
default:
|
||||
return Icons.Icon_Directory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user