From 0103de9e36ee114c7e6d025abf3ae1e9a8f93cec Mon Sep 17 00:00:00 2001 From: pypy Date: Tue, 7 Apr 2020 11:51:37 +0900 Subject: [PATCH] bugfix --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index fafd08ae..ec7c7796 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -202,7 +202,7 @@ CefSharp.BindObjectAsync( var $appDarkStyle = document.createElement('link'); $appDarkStyle.disabled = true; $appDarkStyle.rel = 'stylesheet'; - $appDarkStyle.href = `app-dark.css?_=${Date.now()}`; + $appDarkStyle.href = `app.dark.css?_=${Date.now()}`; document.head.appendChild($appDarkStyle); //