Skip to content

Commit

Permalink
Fixes disappeared app suggestions from home on fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Jun 17, 2023
1 parent 63e41f1 commit bd80c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dashboard/src/layouts/HomeLayout.vue
Expand Up @@ -180,6 +180,7 @@ export default {
this.$store.dispatch("system/getAvailableUpdate");
this.$store.dispatch("system/getRam");
this.$store.dispatch("system/getStorage");
this.$store.dispatch("apps/getAppStore");
if (this.isUmbrelOS) {
this.$store.dispatch("system/getIsSdCardFailing");
this.$store.dispatch("system/getCpuTemperature");
Expand Down

0 comments on commit bd80c23

Please sign in to comment.