mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
.?
This commit is contained in:
@@ -86,7 +86,7 @@ namespace VRCX
|
||||
Browser.GotFocus += (_, _) =>
|
||||
{
|
||||
if (Browser != null && !Browser.IsLoading && Browser.CanExecuteJavascriptInMainFrame)
|
||||
Browser.ExecuteScriptAsync("window?.$pinia.vrcStatus.onBrowserFocus");
|
||||
Browser.ExecuteScriptAsync("window?.$pinia?.vrcStatus?.onBrowserFocus");
|
||||
};
|
||||
|
||||
JavascriptBindings.ApplyAppJavascriptBindings(Browser.JavascriptObjectRepository);
|
||||
@@ -162,7 +162,7 @@ namespace VRCX
|
||||
|
||||
if (WindowState != FormWindowState.Normal)
|
||||
return;
|
||||
|
||||
|
||||
LastSizeWidth = Size.Width;
|
||||
LastSizeHeight = Size.Height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user