mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 17:14:29 +02:00
Update:Add epub ereader settings and table of contents
This commit is contained in:
parent
481d0d0285
commit
953bde5a42
6 changed files with 357 additions and 16 deletions
|
@ -17,6 +17,7 @@ if (Capacitor.getPlatform() != 'web') {
|
|||
}
|
||||
|
||||
Vue.prototype.$showHideStatusBar = async (show) => {
|
||||
if (Capacitor.getPlatform() === 'web') return
|
||||
if (show) {
|
||||
StatusBar.show()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue