This commit is contained in:
syuilo 2020-12-26 23:18:51 +09:00
parent ebf7cc7070
commit 650ee6a78c

View file

@ -87,7 +87,7 @@ if (_DEV_) {
// タッチデバイスでCSSの:hoverを機能させる
document.addEventListener('touchend', () => {}, { passive: true });
if (localStorage.getItem('theme') == null) {
if (localStorage.theme == null) {
applyTheme(require('@/themes/l-light.json5'));
}