mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 01:24:37 +02:00
Update:Ereader fullscreen #731
This commit is contained in:
parent
4f9d341f69
commit
7b3a005ad6
8 changed files with 165 additions and 59 deletions
|
@ -60,6 +60,9 @@ export default {
|
|||
playerIsOpen() {
|
||||
return this.$store.state.playerLibraryItemId
|
||||
},
|
||||
readerIsOpen() {
|
||||
return this.$store.state.showReader
|
||||
},
|
||||
routeName() {
|
||||
return this.$route.name
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue