mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-10 16:10:55 +00:00
Add optional simple
field to SettingUi_Basic
This commit is contained in:
parent
909fdc25f2
commit
3ca8f2f6f3
1 changed files with 3 additions and 0 deletions
|
@ -166,6 +166,9 @@ export type SettingUi_Basic = {
|
||||||
description?: string;
|
description?: string;
|
||||||
desc_i18n_key?: string;
|
desc_i18n_key?: string;
|
||||||
|
|
||||||
|
// Whether to show up in Simple view
|
||||||
|
simple?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional. If present, this method will be used to retrieve an array of
|
* Optional. If present, this method will be used to retrieve an array of
|
||||||
* additional search terms that can be used to search for this setting.
|
* additional search terms that can be used to search for this setting.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue