web/Sidebar: add blank convert & shrink tabs

This commit is contained in:
wukko
2024-08-14 01:43:04 +06:00
parent 8af6761951
commit 70a8c53cba
5 changed files with 13 additions and 2 deletions

View File

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