diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-07-11 18:44:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 18:44:18 +0900 |
| commit | 121af778a0925d5850e9d88261e9a8e8c6fd968b (patch) | |
| tree | 4f2fd721d4b3b2b79cd34c854df00804ee4ad74e /packages/frontend/src/store.ts | |
| parent | enhance(frontend): ウェルカムタイムラインのデザインを調整 ... (diff) | |
| download | misskey-121af778a0925d5850e9d88261e9a8e8c6fd968b.tar.gz misskey-121af778a0925d5850e9d88261e9a8e8c6fd968b.tar.bz2 misskey-121af778a0925d5850e9d88261e9a8e8c6fd968b.zip | |
enhance(frontend): 未使用のサウンド設定を削除 (#14116)
* enhance(frontend): 未使用のサウンド設定を削除
* Update Changelog
* Update CHANGELOG.md
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index e8eb5a1ed7..9cb2742069 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -479,14 +479,6 @@ export const defaultStore = markRaw(new Storage('base', { where: 'device', default: { type: 'syuilo/n-ea', volume: 1 } as SoundStore, }, - sound_antenna: { - where: 'device', - default: { type: 'syuilo/triple', volume: 1 } as SoundStore, - }, - sound_channel: { - where: 'device', - default: { type: 'syuilo/square-pico', volume: 1 } as SoundStore, - }, sound_reaction: { where: 'device', default: { type: 'syuilo/bubble2', volume: 1 } as SoundStore, |