Changed to fix file run issue

This commit is contained in:
Ray 2026-07-04 21:02:03 +01:00
parent 86f64ffee1
commit d822eb6c19

View File

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