mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-31 13:54:34 +03:00
fix settings bug
This commit is contained in:
parent
161841b929
commit
a1e5b043c6
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,9 @@ export default {
|
||||||
dialogHeight() {
|
dialogHeight() {
|
||||||
return this.phoneLayout ? '79vh' : '70vh'
|
return this.phoneLayout ? '79vh' : '70vh'
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
created() {
|
||||||
|
this.$store.commit('FETCH_SETTINGS')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue