mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Add:Device setting for locking screen orientation #449
This commit is contained in:
parent
af216d9b38
commit
9687f47b6b
12 changed files with 100 additions and 7 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue