Add:Device setting for locking screen orientation #449

This commit is contained in:
advplyr 2022-12-04 10:41:09 -06:00
parent af216d9b38
commit 9687f47b6b
12 changed files with 100 additions and 7 deletions

View file

@ -262,6 +262,7 @@ export default {
const deviceData = await this.$db.getDeviceData()
this.$store.commit('setDeviceData', deviceData)
this.$setOrientationLock(this.$store.getters['getOrientationLockSetting'])
await this.$store.dispatch('setupNetworkListener')