mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
URI Scheme 2
This commit is contained in:
@@ -344,6 +344,14 @@ namespace VRCX
|
||||
return command;
|
||||
}
|
||||
|
||||
public void FocusWindow()
|
||||
{
|
||||
if (MainForm.Instance.WindowState == FormWindowState.Minimized)
|
||||
MainForm.Instance.WindowState = FormWindowState.Normal;
|
||||
MainForm.Instance.Show();
|
||||
MainForm.Instance.Activate();
|
||||
}
|
||||
|
||||
public void SetStartup(bool enabled)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user