mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Tray notification icon dot
This commit is contained in:
@@ -216,5 +216,10 @@ namespace VRCX
|
||||
using var client = MainForm.Instance.Browser.GetDevToolsClient();
|
||||
_ = client.Network.SetUserAgentOverrideAsync(Program.Version);
|
||||
}
|
||||
|
||||
public override void SetTrayIconNotification(bool notify)
|
||||
{
|
||||
MainForm.Instance.BeginInvoke(new MethodInvoker(() => { MainForm.Instance.SetTrayIconNotification(notify); }));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user