()
| 308 | } |
| 309 | |
| 310 | private appearanceGroup(): SettingDefinitionGroup<SettingsKey> { |
| 311 | return { |
| 312 | type: "group", |
| 313 | heading: "Appearance", |
| 314 | items: [ |
| 315 | { |
| 316 | name: "Show icon in sidebar", |
| 317 | desc: "Add QuickAdd icon to the sidebar ribbon. Requires a reload.", |
| 318 | control: { type: "toggle", key: "enableRibbonIcon" }, |
| 319 | }, |
| 320 | ], |
| 321 | }; |
| 322 | } |
| 323 | |
| 324 | private developerGroup(): SettingDefinitionGroup<SettingsKey> { |
| 325 | return { |
no outgoing calls
no test coverage detected