mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
改壁纸+exportbackground命令+似乎修复但没完全修复一些bug
This commit is contained in:
@@ -239,6 +239,9 @@ namespace CMLeonOS.shell
|
||||
case "unalias":
|
||||
shell.ProcessUnalias(args);
|
||||
break;
|
||||
case "exportbackground":
|
||||
shell.ProcessExportBackground(args);
|
||||
break;
|
||||
default:
|
||||
shell.ShowError($"Unknown command: {command}");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user