mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-27 18:53:47 +02:00
v2019.08.19
This commit is contained in:
@@ -43,7 +43,8 @@ namespace VRCX
|
||||
};
|
||||
Browser.JavascriptObjectRepository.Register("VRCX", new VRCX(), true, options);
|
||||
Browser.JavascriptObjectRepository.Register("VRCXStorage", new VRCXStorage(), false, options);
|
||||
Browser.JavascriptObjectRepository.Register("LogWatcher", new VRCX_LogWatcher(), true, options);
|
||||
Browser.JavascriptObjectRepository.Register("SQLite", new SQLite(), true, options);
|
||||
Browser.JavascriptObjectRepository.Register("LogWatcher", new LogWatcher(), true, options);
|
||||
Browser.JavascriptObjectRepository.Register("Discord", new Discord(), true, options);
|
||||
Browser.IsBrowserInitializedChanged += (A, B) =>
|
||||
{
|
||||
@@ -51,10 +52,5 @@ namespace VRCX
|
||||
};
|
||||
Controls.Add(Browser);
|
||||
}
|
||||
|
||||
private void timer_Tick(object sender, System.EventArgs e)
|
||||
{
|
||||
Discord.Update();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user