release/0.4.1 #3

Merged
Ray merged 7 commits from release/0.4.1 into master 2026-05-10 12:38:44 +00:00
Showing only changes of commit 9a2cfa703f - Show all commits

View File

@ -67,8 +67,6 @@ namespace RokettoLaunch
jsonfigFilename = Path.ChangeExtension(Application.ExecutablePath, "jsonfig"); jsonfigFilename = Path.ChangeExtension(Application.ExecutablePath, "jsonfig");
} }
jsonfigFilename = @"L:\gitea-hiimray\2025-11-18-1429 - Copy.jsnx";
if (!string.IsNullOrWhiteSpace(jsonfigFilename) && File.Exists(jsonfigFilename)) if (!string.IsNullOrWhiteSpace(jsonfigFilename) && File.Exists(jsonfigFilename))
{ {
await _fileSessionManager.OpenSession(jsonfigFilename); await _fileSessionManager.OpenSession(jsonfigFilename);