release/0.4.2 #5

Merged
Ray merged 4 commits from release/0.4.2 into master 2026-07-04 20:10:54 +00:00
Showing only changes of commit d822eb6c19 - Show all commits

View File

@ -1514,11 +1514,6 @@ namespace RokettoLaunch
return;
}
if (!RyzStudio.IO.File.IsAccessible(model.TargetPath))
{
return;
}
if (this.CurrentSession.HideOnExecute)
{
this.Visible = false;