mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-09 21:44:41 +02:00
parent
1357a0628f
commit
1cf36e5549
8 changed files with 71 additions and 20 deletions
|
@ -16,12 +16,6 @@ if (Capacitor.getPlatform() != 'web') {
|
|||
await StatusBar.setStyle({ style: Style.Dark })
|
||||
}
|
||||
setStatusBarStyleDark()
|
||||
|
||||
const setStatusBarOverlays = async () => {
|
||||
// Defaults to true in capacitor v7
|
||||
await StatusBar.setOverlaysWebView({ overlay: false })
|
||||
}
|
||||
setStatusBarOverlays()
|
||||
}
|
||||
|
||||
Vue.prototype.$showHideStatusBar = async (show) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue