diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-04 16:56:08 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-04 18:48:14 +0900 |
| commit | 19384efbc5a30b85e3445979d072fc6d0a84c980 (patch) | |
| tree | 0d0e42d2a79642fa6a507ec273118595206f6d12 /packages/frontend/src/store.ts | |
| parent | Revert "enhance(frontend): チャンネル投稿をユーザーページと... (diff) | |
| download | sharkey-19384efbc5a30b85e3445979d072fc6d0a84c980.tar.gz sharkey-19384efbc5a30b85e3445979d072fc6d0a84c980.tar.bz2 sharkey-19384efbc5a30b85e3445979d072fc6d0a84c980.zip | |
clean up
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index e2243e067a..128fce315f 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -10,8 +10,8 @@ import lightTheme from '@@/themes/l-light.json5'; import darkTheme from '@@/themes/d-green-lime.json5'; import type { SoundType } from '@/scripts/sound.js'; import type { Ast } from '@syuilo/aiscript'; -import { DEFAULT_DEVICE_KIND } from '@/scripts/device-kind.js'; import type { DeviceKind } from '@/scripts/device-kind.js'; +import { DEFAULT_DEVICE_KIND } from '@/scripts/device-kind.js'; import { miLocalStorage } from '@/local-storage.js'; import { Storage } from '@/pizzax.js'; @@ -89,10 +89,6 @@ export const defaultStore = markRaw(new Storage('base', { where: 'account', default: true, }, - showFullAcct: { - where: 'account', - default: false, - }, collapseRenotes: { where: 'account', default: true, |