mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
bugfix (get weird on resizing)
This commit is contained in:
@@ -193,6 +193,7 @@ CefSharp.BindObjectAsync(
|
|||||||
});
|
});
|
||||||
|
|
||||||
var $appDarkStyle = document.createElement('link');
|
var $appDarkStyle = document.createElement('link');
|
||||||
|
$appDarkStyle.disabled = true;
|
||||||
$appDarkStyle.rel = 'stylesheet';
|
$appDarkStyle.rel = 'stylesheet';
|
||||||
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
|
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
|
||||||
document.head.appendChild($appDarkStyle);
|
document.head.appendChild($appDarkStyle);
|
||||||
|
|||||||
Reference in New Issue
Block a user