Update:Add epub ereader settings and table of contents

This commit is contained in:
advplyr 2023-06-18 13:31:38 -05:00
parent 481d0d0285
commit 953bde5a42
6 changed files with 357 additions and 16 deletions

View file

@ -17,6 +17,7 @@ if (Capacitor.getPlatform() != 'web') {
}
Vue.prototype.$showHideStatusBar = async (show) => {
if (Capacitor.getPlatform() === 'web') return
if (show) {
StatusBar.show()
} else {