mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Autorun open single instance of app
This commit is contained in:
@@ -149,10 +149,11 @@ namespace VRCX
|
||||
return output;
|
||||
}
|
||||
|
||||
public void SetAppLauncherSettings(bool enabled, bool killOnExit)
|
||||
public void SetAppLauncherSettings(bool enabled, bool killOnExit, bool runProcessOnce)
|
||||
{
|
||||
AutoAppLaunchManager.Instance.Enabled = enabled;
|
||||
AutoAppLaunchManager.Instance.KillChildrenOnExit = killOnExit;
|
||||
AutoAppLaunchManager.Instance.RunProcessOnce = runProcessOnce;
|
||||
}
|
||||
|
||||
public string GetFileBase64(string path)
|
||||
|
||||
Reference in New Issue
Block a user