mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 12:58:38 +02:00
Update:Ereader fullscreen #731
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user