diff --git a/src/components/settings-components/SettingsView.vue b/src/components/settings-components/SettingsView.vue index f8a9667c7..1791010bd 100644 --- a/src/components/settings-components/SettingsView.vue +++ b/src/components/settings-components/SettingsView.vue @@ -247,7 +247,7 @@ import UtilityMixin from '../mixins/UtilityMixin.vue'; 'Update all mods', 'Quickly update every installed mod to their latest versions.', async () => { - const outdatedMods = ThunderstoreDownloaderProvider.instance.getLatestOfAllToUpdate(this.localModList, this.$store.state.thunderstoreModList); + const outdatedMods = this.$store.getters.localModsWithUpdates; if (outdatedMods.length === 1) { return "1 mod has an update available"; } @@ -412,6 +412,5 @@ import UtilityMixin from '../mixins/UtilityMixin.vue'; doesLogFileExist() { return this.logOutput.exists ? 'Log file exists' : 'Log file does not exist'; } - } diff --git a/src/components/views/DownloadModModal.vue b/src/components/views/DownloadModModal.vue index 07feafa10..7b9acc70d 100644 --- a/src/components/views/DownloadModModal.vue +++ b/src/components/views/DownloadModModal.vue @@ -81,7 +81,7 @@

The following mods will be downloaded and installed: