summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts
diff options
context:
space:
mode:
authorCamilla Ett <camilla.ett@gmail.com>2023-10-04 20:17:05 +0900
committerGitHub <noreply@github.com>2023-10-04 20:17:05 +0900
commite4ade46a2d3bd1d4b54965f9e59543fa5281c285 (patch)
tree8c9aabd49890dcf83827c8e212b8a42e41bee3d1 /packages/frontend/src/scripts
parentenhance(frontend): tweak ui (diff)
downloadsharkey-e4ade46a2d3bd1d4b54965f9e59543fa5281c285.tar.gz
sharkey-e4ade46a2d3bd1d4b54965f9e59543fa5281c285.tar.bz2
sharkey-e4ade46a2d3bd1d4b54965f9e59543fa5281c285.zip
fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 (#11912)
* fix(frontend): クライアント設定から13.7.0で削除されたチャット機能に関するサウンド設定を削除 * fix(frontend): 各localesからsfx/chat sfx/chatbgを削除
Diffstat (limited to 'packages/frontend/src/scripts')
-rw-r--r--packages/frontend/src/scripts/sound.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts
index 1ef41b47d3..c7b5328618 100644
--- a/packages/frontend/src/scripts/sound.ts
+++ b/packages/frontend/src/scripts/sound.ts
@@ -27,14 +27,6 @@ export const soundConfigStore = markRaw(new Storage('sound', {
where: 'account',
default: { type: 'syuilo/n-ea', volume: 1 },
},
- sound_chat: {
- where: 'account',
- default: { type: 'syuilo/pope1', volume: 1 },
- },
- sound_chatBg: {
- where: 'account',
- default: { type: 'syuilo/waon', volume: 1 },
- },
sound_antenna: {
where: 'account',
default: { type: 'syuilo/triple', volume: 1 },