This commit is contained in:
xds
2026-02-18 17:09:32 +03:00
parent a6faa89686
commit 6de5ded2fa
2 changed files with 1 additions and 2 deletions

View File

@@ -510,7 +510,6 @@ onMounted(() => {
// slight delay to allow DOM render
setTimeout(setupInfiniteScroll, 500)
})
isSettingsVisible.value = true
})
// --- Sidebar Logic (Duplicated for now) ---