From b8e7df198d5eabbf8c0d82f4aee86a38168d8d71 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 20 Feb 2020 06:08:49 +0900 Subject: Improve sound --- src/client/pages/preferences/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/client/pages/preferences') diff --git a/src/client/pages/preferences/index.vue b/src/client/pages/preferences/index.vue index 9d57ddad58..34dcbd8254 100644 --- a/src/client/pages/preferences/index.vue +++ b/src/client/pages/preferences/index.vue @@ -37,6 +37,11 @@ + + + + + @@ -97,6 +102,8 @@ const sounds = [ 'syuilo/pope1', 'syuilo/pope2', 'syuilo/waon', + 'syuilo/popo', + 'syuilo/triple', 'aisha/1', 'aisha/2', 'aisha/3', @@ -196,6 +203,11 @@ export default Vue.extend({ get() { return this.$store.state.device.sfxChatBg; }, set(value) { this.$store.commit('device/set', { key: 'sfxChatBg', value }); } }, + + sfxAntenna: { + get() { return this.$store.state.device.sfxAntenna; }, + set(value) { this.$store.commit('device/set', { key: 'sfxAntenna', value }); } + }, }, watch: { -- cgit v1.3.1-freya