Skip to content

Commit

Permalink
Added dispatch to update API cache in background if cache was already…
Browse files Browse the repository at this point in the history
… present
  • Loading branch information
ebkr committed Mar 8, 2025
1 parent c080809 commit 86af6b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/mixins/SplashMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export default class SplashMixin extends Vue {
}
await this.triggerStoreModListUpdate();
if (hasPriorCache) {
this.$store.dispatch('tsMods/syncPackageList');
}
await this.moveToNextScreen();
}
Expand Down

0 comments on commit 86af6b2

Please sign in to comment.