()
| 276 | } |
| 277 | |
| 278 | private globalVariablesGroup(): SettingDefinitionGroup<SettingsKey> { |
| 279 | return { |
| 280 | type: "group", |
| 281 | heading: "Global Variables", |
| 282 | items: [ |
| 283 | { |
| 284 | name: "Global Variables", |
| 285 | render: (setting) => this.renderGlobalVariablesView(setting), |
| 286 | }, |
| 287 | ], |
| 288 | }; |
| 289 | } |
| 290 | |
| 291 | private aiAndOnlineGroup(): SettingDefinitionGroup<SettingsKey> { |
| 292 | return { |
no test coverage detected