mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-28 07:50:11 +02:00
Update:Ereader fullscreen #731
This commit is contained in:
parent
4f9d341f69
commit
7b3a005ad6
8 changed files with 165 additions and 59 deletions
|
@ -16,6 +16,14 @@ if (Capacitor.getPlatform() != 'web') {
|
|||
setStatusBarStyleDark()
|
||||
}
|
||||
|
||||
Vue.prototype.$showHideStatusBar = async (show) => {
|
||||
if (show) {
|
||||
StatusBar.show()
|
||||
} else {
|
||||
StatusBar.hide()
|
||||
}
|
||||
}
|
||||
|
||||
Vue.prototype.$isDev = process.env.NODE_ENV !== 'production'
|
||||
|
||||
Vue.prototype.$getAndroidSDKVersion = async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue