mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
cleanup code
This commit is contained in:
@@ -195,7 +195,7 @@ CefSharp.BindObjectAsync(
|
||||
var $appDarkStyle = document.createElement('link');
|
||||
$appDarkStyle.rel = 'stylesheet';
|
||||
$appDarkStyle.href = `app.dark.css?_=${Date.now()}`;
|
||||
document.getElementsByTagName('head')[0].appendChild($appDarkStyle);
|
||||
document.head.appendChild($appDarkStyle);
|
||||
|
||||
//
|
||||
// API
|
||||
|
||||
Reference in New Issue
Block a user