OVR Toolkit Notifications (#751)

* Added OVR Toolkit notification support

* Change order

* Self identify by user-agent.

* Fix comments
This commit is contained in:
Usman Shafiq
2024-03-20 17:40:23 -04:00
committed by GitHub
parent fb019088d4
commit 271139b144
6 changed files with 516 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ namespace VRCX
var thread = new Thread(() =>
{
using (var openFileDialog = new OpenFileDialog())
using (var openFileDialog = new System.Windows.Forms.OpenFileDialog())
{
openFileDialog.DefaultExt = ".json";
openFileDialog.Filter = "JSON Files (*.json)|*.json";