mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-09 13:28:43 +02:00
Update:Add epub ereader settings and table of contents
This commit is contained in:
@@ -17,6 +17,7 @@ if (Capacitor.getPlatform() != 'web') {
|
||||
}
|
||||
|
||||
Vue.prototype.$showHideStatusBar = async (show) => {
|
||||
if (Capacitor.getPlatform() === 'web') return
|
||||
if (show) {
|
||||
StatusBar.show()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user