mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-29 14:43:04 +00:00
fix: 🐛 Disable splash screen
This commit is contained in:
parent
35f5fffddc
commit
19db2bebc0
2 changed files with 8 additions and 0 deletions
|
@ -7,5 +7,12 @@
|
||||||
"server": {
|
"server": {
|
||||||
"hostname": "youtube.com",
|
"hostname": "youtube.com",
|
||||||
"androidScheme": "https"
|
"androidScheme": "https"
|
||||||
|
},
|
||||||
|
|
||||||
|
"plugins": {
|
||||||
|
"SplashScreen": {
|
||||||
|
"launchShowDuration": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"@capacitor/cli": "^3.4.0",
|
"@capacitor/cli": "^3.4.0",
|
||||||
"@capacitor/core": "^3.4.0",
|
"@capacitor/core": "^3.4.0",
|
||||||
"@capacitor/device": "^1.1.2",
|
"@capacitor/device": "^1.1.2",
|
||||||
|
"@capacitor/splash-screen": "^1.2.2",
|
||||||
"@capacitor/status-bar": "^1.0.8"
|
"@capacitor/status-bar": "^1.0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue