diff --git a/html/app.js b/html/app.js index 277620dd..c3cfcd9d 100644 --- a/html/app.js +++ b/html/app.js @@ -193,6 +193,7 @@ CefSharp.BindObjectAsync( }); var $appDarkStyle = document.createElement('link'); + $appDarkStyle.disabled = true; $appDarkStyle.rel = 'stylesheet'; $appDarkStyle.href = `app.dark.css?_=${Date.now()}`; document.head.appendChild($appDarkStyle);