web/SidebarTab: fix scroll to first page of tabs

This commit is contained in:
wukko
2024-08-10 17:43:53 +06:00
parent 41a002929e
commit 3c2dd93841

View File

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