mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
bugfix
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ CefSharp.BindObjectAsync(
|
|||||||
var $appDarkStyle = document.createElement('link');
|
var $appDarkStyle = document.createElement('link');
|
||||||
$appDarkStyle.disabled = true;
|
$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