From bf83ed8770cb3b0823a9c2c26b8aa333b5bf2359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C=20=D0=91=D0=B0=D0=BD=D0=B4?= =?UTF-8?q?=D1=83=D1=80=D0=B8=D1=81=D1=82?= Date: Wed, 20 May 2026 22:48:23 +1000 Subject: [PATCH] start_ist --- src/components/Settings_section/Settings.vue | 4 ++-- src/components/Settings_section/SettingsDownloadsCounts.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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() } }