We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99739f4 commit da78042Copy full SHA for da78042
1 file changed
types/gui/options/tabbox.d.ts
@@ -43,7 +43,7 @@ declare global {
43
_createTabButton(this: this, title: string, x: number, categoryId: string, icon?: string): modmanager.gui.OptionsTabBox.TabButton;
44
onButtonTraversal(this: this): void;
45
_resetButtons(this: this, tabButton?: modmanager.gui.OptionsTabBox.TabButton, unfocus?: boolean): void;
46
- setCurrentTab(this: this, tabIndex: number): void;
+ setCurrentTab(this: this, tabIndex: number, noSound?: boolean): void;
47
addObservers(this: this): void;
48
removeObservers(this: this): void;
49
}
0 commit comments