From 880cea5a564268c3d2e6ed884d92827710fb2bb5 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 20 Feb 2020 03:14:17 +0900 Subject: Better sfx --- src/client/pages/preferences/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/client/pages') diff --git a/src/client/pages/preferences/index.vue b/src/client/pages/preferences/index.vue index 4193959188..9d57ddad58 100644 --- a/src/client/pages/preferences/index.vue +++ b/src/client/pages/preferences/index.vue @@ -17,6 +17,11 @@ + + + + + @@ -87,6 +92,8 @@ import { langs } from '../../config'; const sounds = [ null, + 'syuilo/up', + 'syuilo/down', 'syuilo/pope1', 'syuilo/pope2', 'syuilo/waon', @@ -170,6 +177,11 @@ export default Vue.extend({ set(value) { this.$store.commit('device/set', { key: 'sfxNote', value }); } }, + sfxNoteMy: { + get() { return this.$store.state.device.sfxNoteMy; }, + set(value) { this.$store.commit('device/set', { key: 'sfxNoteMy', value }); } + }, + sfxNotification: { get() { return this.$store.state.device.sfxNotification; }, set(value) { this.$store.commit('device/set', { key: 'sfxNotification', value }); } -- cgit v1.3.1-freya