mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
web/SidebarTab: fix scroll to first page of tabs
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user