mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 20:23:46 +02:00
OVR Toolkit Notifications (#751)
* Added OVR Toolkit notification support * Change order * Self identify by user-agent. * Fix comments
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user