Skip to content

Commit da78042

Browse files
committed
Autogenerate ./types
1 parent 99739f4 commit da78042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/gui/options/tabbox.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ declare global {
4343
_createTabButton(this: this, title: string, x: number, categoryId: string, icon?: string): modmanager.gui.OptionsTabBox.TabButton;
4444
onButtonTraversal(this: this): void;
4545
_resetButtons(this: this, tabButton?: modmanager.gui.OptionsTabBox.TabButton, unfocus?: boolean): void;
46-
setCurrentTab(this: this, tabIndex: number): void;
46+
setCurrentTab(this: this, tabIndex: number, noSound?: boolean): void;
4747
addObservers(this: this): void;
4848
removeObservers(this: this): void;
4949
}

0 commit comments

Comments
 (0)