This commit is contained in:
syuilo
2025-03-04 16:56:08 +09:00
parent adf22143aa
commit 19384efbc5
3 changed files with 4 additions and 9 deletions

View File

@@ -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,