mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
back handler with no wifi fixes #453
This commit is contained in:
parent
7c8733f126
commit
4320cf70d9
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,7 @@ export default {
|
|||
this.$store.commit("initTelemetryPreference");
|
||||
this.$store.commit("tweaks/initTweaks");
|
||||
this.$store.commit("player/initPlayer");
|
||||
await this.$vuetube.launchBackHandling();
|
||||
|
||||
//--- Load Theming ---//
|
||||
await this.theming();
|
||||
|
@ -39,7 +40,6 @@ export default {
|
|||
|
||||
//--- Start Innertube Connection ---//
|
||||
await this.$youtube.getAPI();
|
||||
await this.$vuetube.launchBackHandling();
|
||||
this.progressMsg = this.$lang("index").launching;
|
||||
|
||||
if (localStorage.getItem("firstTimeSetupComplete")) {
|
||||
|
|
Loading…
Reference in a new issue