diff --git a/BuildTime.txt b/BuildTime.txt index 54d8640..6a237aa 100644 --- a/BuildTime.txt +++ b/BuildTime.txt @@ -1 +1 @@ -2026-02-24 21:45:40 \ No newline at end of file +2026-02-25 15:29:49 \ No newline at end of file diff --git a/GitCommit.txt b/GitCommit.txt index f666d8f..56f70bc 100644 --- a/GitCommit.txt +++ b/GitCommit.txt @@ -1 +1 @@ -14149aa \ No newline at end of file +9b783e0 \ No newline at end of file diff --git a/shell/Commands/Editor/EditCommand.cs b/shell/Commands/Editor/EditCommand.cs index 065caf7..758e5d8 100644 --- a/shell/Commands/Editor/EditCommand.cs +++ b/shell/Commands/Editor/EditCommand.cs @@ -14,8 +14,8 @@ namespace CMLeonOS.Commands.Editor try { - var editor = new CMLeonOS.Editor(fileName, fileSystem); - editor.Run(); + var nano = new CMLeonOS.Nano(fileName, true, fileSystem); + nano.Start(); } catch (Exception ex) {