diff --git a/src/components/Settings_section/Settings.vue b/src/components/Settings_section/Settings.vue
index e6e8fdc..444f2dd 100644
--- a/src/components/Settings_section/Settings.vue
+++ b/src/components/Settings_section/Settings.vue
@@ -6,14 +6,14 @@
diff --git a/src/components/Settings_section/SettingsDownloadsCounts.vue b/src/components/Settings_section/SettingsDownloadsCounts.vue
index f70201b..75d5db6 100644
--- a/src/components/Settings_section/SettingsDownloadsCounts.vue
+++ b/src/components/Settings_section/SettingsDownloadsCounts.vue
@@ -65,7 +65,7 @@ const totalCount = computed(() => {
function toggleCounts() {
showCounts.value = !showCounts.value
- if (showCounts.value && !loading.value && totalCount.value === 0) {
+ if (showCounts.value ) { //&& !loading.value && totalCount.value === 0
loadCounts()
}
}