MCPcopy Create free account
hub / github.com/chhoumann/quickadd / appearanceGroup

Method appearanceGroup

src/quickAddSettingsTab.ts:310–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers 1

getSettingDefinitionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected