mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 10:53:59 +00:00
尝试修复alias+增加SkipToGui设置+启用UEFI
This commit is contained in:
@@ -113,6 +113,11 @@ namespace CMLeonOS
|
||||
|
||||
public static BootMenuAction Show()
|
||||
{
|
||||
if (Settings.SettingsManager.SkipToGui && UserDatExists())
|
||||
{
|
||||
return BootMenuAction.GuiBoot;
|
||||
}
|
||||
|
||||
Console.BackgroundColor = ConsoleColor.Black;
|
||||
Console.ForegroundColor = ConsoleColor.White;
|
||||
|
||||
|
||||
@@ -143,7 +143,7 @@ namespace CMLeonOS
|
||||
if (Directory.Exists(fullPath))
|
||||
{
|
||||
string displayPath = path == "." ? CurrentDirectory : path;
|
||||
Console.WriteLine($"Contents of {displayPath}:");
|
||||
Console.WriteLine($"Contents of {fullPath}:");
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user