AppSetting.removeSettingTab method
AppSetting › removeSettingTab
Unofficial
Remove a plugin tab from the settings modal.Signature:
removeSettingTab(tab: SettingTab): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| tab | SettingTab | Tab to remove. |
Returns: void