feat: default hidden downloader page

This commit is contained in:
Rewrite0
2024-03-05 10:04:02 +08:00
parent 6f9f04673e
commit 4499dc1d4e

View File

@@ -64,6 +64,7 @@ const items = [
icon: Download,
label: () => t('sidebar.downloader'),
path: '/downloader',
hidden: localStorage.getItem('enable_downloader_iframe') !== '1',
},
{
id: 6,