1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-26 19:34:21 +02:00

fix(client): fix range slider rendering

This commit is contained in:
syuilo
2021-12-04 20:35:08 +09:00
parent e42e9530cb
commit 8a3f860213
3 changed files with 24 additions and 7 deletions

View File

@@ -119,6 +119,7 @@ export default defineComponent({
mim: 0,
max: 1,
step: 0.05,
textConverter: (v) => `${Math.floor(v * 100)}%`,
label: this.$ts.volume,
default: this.sounds[type].volume
},