- tweak: Change content hold think

This commit is contained in:
2025-03-13 14:58:47 +03:00
parent fecaa266cf
commit 5384e97640
12 changed files with 82 additions and 85 deletions

View File

@@ -305,7 +305,7 @@ public partial class ServerEntryModelView : ViewModelBase
if (File.Exists(dotnetPath)) return dotnetPath;
}
throw new Exception("Dotnet not found!");
return "dotnet";
}
}