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

@@ -6,7 +6,7 @@
export let tabName: string;
export let tabLink: string;
const firstTabPage = ["save", "convert", "shrink", "remux"];
const firstTabPage = ["save", "remux", "settings", "donate"];
let tab: HTMLElement;