From ab9476ea273082625264ca038d86bcf146d51fb6 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 29 Mar 2023 13:38:59 -0700 Subject: [PATCH] fix sounds settings --- custom/assets/sounds/None.mp3 | Bin 1551 -> 0 bytes packages/client/src/pages/settings/sounds.vue | 5 ++--- packages/client/src/store.ts | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 custom/assets/sounds/None.mp3 diff --git a/custom/assets/sounds/None.mp3 b/custom/assets/sounds/None.mp3 deleted file mode 100644 index d1312e721e443b69d84f51ed8ccf18b2c50d51a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1551 zcmeZtF=k-^0!G~s&k!RZLzaPo+1%7X!8bD}C$l&;IX^F@SRp@6AviN9H7_}pAtb=n z5U5NTsLU}hu}C2}Kdq!Zu_#r+$H$o=#L>qID9H2#JV@019&e zg+rWu0~icIrhqKNVM=hYD^QXjsN5&9EX~wX&&X2G(7*sF1_S>eTfmqI+A}XLAIJmh zV-R3qV2xlf1p{X=2mpgPFvy00N-$^xgDGIJ5CYbN!5%O;1qRn4;3*h<0)zix0J0tE z$Yh`+jV(bO7*JtyfG}AjB&K>Q!-NUY{~t@F0F^NQgQ#Qn0MR~ - + {{ i18n.t('_sfx.' + type) }} - + {{ 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 },