back handler with no wifi fixes #453

This commit is contained in:
Nikita Krupin 2022-12-26 14:36:34 -05:00
parent 7c8733f126
commit 4320cf70d9
1 changed files with 1 additions and 1 deletions

View File

@ -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")) {