1.1.11 - UI changes, volume curve etc

This commit is contained in:
exttex
2020-12-13 19:24:25 +01:00
parent 74f049ac71
commit 5c40db1242
35 changed files with 537 additions and 168 deletions

View File

@ -139,7 +139,7 @@
</v-list>
</v-navigation-drawer>
<v-app-bar app dense>
<v-app-bar app dense color='#1e1e1e'>
<v-btn icon @click='previous'>
<v-icon>mdi-arrow-left</v-icon>
@ -478,7 +478,6 @@ export default {
},
watch: {
volume() {
if (this.$root.audio) this.$root.audio.volume = this.volume;
this.$root.volume = this.volume;
},
'$root.volume'() {