mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Close -> Dispose
This commit is contained in:
@@ -78,8 +78,7 @@ namespace VRCX
|
||||
FileName = $"{path}\\steam.exe",
|
||||
UseShellExecute = false,
|
||||
Arguments = $"-applaunch 438100 {arguments}"
|
||||
})
|
||||
?.Close();
|
||||
})?.Dispose();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
@@ -122,7 +121,7 @@ namespace VRCX
|
||||
FileName = path,
|
||||
UseShellExecute = false,
|
||||
Arguments = arguments
|
||||
})?.Close();
|
||||
})?.Dispose();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user