1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-08 20:14:07 +02:00
This commit is contained in:
syuilo
2021-04-12 22:07:32 +09:00
parent 43678ac801
commit faf2c007aa
6 changed files with 69 additions and 44 deletions

View File

@@ -1,6 +1,5 @@
import { api } from '@client/os';
import { $i } from '@client/account';
import { ColdDeviceStorage } from './store';
import { Theme } from './scripts/theme';
const lsCacheKey = $i ? `themes:${$i.id}` : '';