web/Sidebar: hide unfinished tabs

This commit is contained in:
wukko
2024-08-16 01:55:25 +06:00
parent b9fabdc327
commit 275c982c80
2 changed files with 3 additions and 1 deletions

View File

@@ -32,12 +32,14 @@
<SidebarTab tabName="save" tabLink="/">
<IconDownload />
</SidebarTab>
<!--
<SidebarTab tabName="convert" tabLink="/convert">
<IconTransform />
</SidebarTab>
<SidebarTab tabName="shrink" tabLink="/shrink">
<IconArrowsMinimize />
</SidebarTab>
-->
<SidebarTab tabName="remux" tabLink="/remux">
<IconRepeat />
</SidebarTab>