mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 00:49:17 +09:00
✨
This commit is contained in:
parent
6935e647a6
commit
167da988da
@ -87,7 +87,7 @@ if (_DEV_) {
|
|||||||
// タッチデバイスでCSSの:hoverを機能させる
|
// タッチデバイスでCSSの:hoverを機能させる
|
||||||
document.addEventListener('touchend', () => {}, { passive: true });
|
document.addEventListener('touchend', () => {}, { passive: true });
|
||||||
|
|
||||||
if (localStorage.getItem('theme') == null) {
|
if (localStorage.theme == null) {
|
||||||
applyTheme(require('@/themes/l-light.json5'));
|
applyTheme(require('@/themes/l-light.json5'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user