Skip to content

Commit

Permalink
Merge pull request #1171 from ebkr/fix-reconnect
Browse files Browse the repository at this point in the history
Fix "try to reconnect" on splash screen
  • Loading branch information
MythicManiac authored Jan 18, 2024
2 parents 119fb96 + 9ee86b6 commit 0dd2b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Splash.vue
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ export default class Splash extends mixins(SplashMixin) {
}
retryConnection() {
this.$router.go(0);
this.isOffline = false;
this.checkForUpdates();
}
private async ensureWrapperInGameFolder() {
Expand Down

0 comments on commit 0dd2b5d

Please sign in to comment.