Skip to content

Commit

Permalink
Update status from Splash screen to keep StatusIndicator up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
VilppeRiskidev committed Feb 18, 2025
1 parent a151fd4 commit f041433
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/mixins/SplashMixin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ export default class SplashMixin extends Vue {
this.loadingText = 'Processing the mod list';
try {
await this.$store.commit('tsMods/startThunderstoreModListUpdate');
await this.$store.dispatch('tsMods/updateMods');
await this.$store.commit('tsMods/finishThunderstoreModListUpdate');
} catch (e) {
console.error('Updating the store mod list by SplashMixin failed.', e);
} finally {
Expand Down

0 comments on commit f041433

Please sign in to comment.