This commit is contained in:
pypy
2020-04-07 11:51:37 +09:00
parent f43cbd06b1
commit 0103de9e36
+1 -1
View File
@@ -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);
// //