1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00

Add optional simple field to SettingUi_Basic

This commit is contained in:
Dan Salvato 2024-02-06 17:56:47 -07:00
parent 909fdc25f2
commit 3ca8f2f6f3

View file

@ -166,6 +166,9 @@ export type SettingUi_Basic = {
description?: 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
* additional search terms that can be used to search for this setting.