(key: string)
| 181 | * Get the category for a setting |
| 182 | */ |
| 183 | export function getSettingCategory(key: string): string | undefined { |
| 184 | return FLATTENED_SCHEMA[key]?.category; |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Check if a setting should be shown in the settings dialog |