diff --git a/custom/assets/sounds/None.mp3 b/custom/assets/sounds/None.mp3
deleted file mode 100644
index d1312e721..000000000
Binary files a/custom/assets/sounds/None.mp3 and /dev/null differ
diff --git a/packages/client/src/pages/settings/sounds.vue b/packages/client/src/pages/settings/sounds.vue
index 13ebfcee3..afacf770b 100644
--- a/packages/client/src/pages/settings/sounds.vue
+++ b/packages/client/src/pages/settings/sounds.vue
@@ -6,11 +6,11 @@
{{ i18n.ts.sounds }}
-
+
{{ i18n.t('_sfx.' + type) }}
{{ sounds[type].type || i18n.ts.none }}
-
+
{{ i18n.ts.default }}
@@ -21,7 +21,6 @@
import { computed, ref } from 'vue';
import FormRange from '@/components/form/range.vue';
import FormButton from '@/components/MkButton.vue';
-import FormLink from '@/components/form/link.vue';
import FormSection from '@/components/form/section.vue';
import * as os from '@/os';
import { ColdDeviceStorage } from '@/store';
diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts
index 6c0398ac4..ec171ab69 100644
--- a/packages/client/src/store.ts
+++ b/packages/client/src/store.ts
@@ -319,7 +319,7 @@ export class ColdDeviceStorage {
plugins: [] as Plugin[],
mediaVolume: 0.5,
sound_masterVolume: 0.3,
- sound_note: { type: "None", volume: 0 },
+ sound_note: { type: "none", volume: 0 },
sound_noteMy: { type: "syuilo/up", volume: 1 },
sound_notification: { type: "syuilo/pope2", volume: 1 },
sound_chat: { type: "syuilo/pope1", volume: 1 },