ncolorchoice: added to the search index.

This commit is contained in:
Lemmy
2026-03-01 15:14:59 -05:00
parent 128b2d3b6b
commit e6849d9241
2 changed files with 28 additions and 0 deletions
+27
View File
@@ -233,6 +233,15 @@
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "panels.bar.appearance-capsule-color-label",
"descriptionKey": "panels.bar.appearance-capsule-color-description",
"widget": "NColorChoice",
"tab": 4,
"tabLabel": "panels.bar.title",
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "panels.bar.appearance-capsule-opacity-label",
"descriptionKey": "panels.bar.appearance-capsule-opacity-description",
@@ -681,6 +690,15 @@
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "panels.dock.appearance-indicator-color-label",
"descriptionKey": "panels.dock.appearance-indicator-color-description",
"widget": "NColorChoice",
"tab": 5,
"tabLabel": "panels.dock.title",
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "panels.dock.appearance-indicator-opacity-label",
"descriptionKey": "panels.dock.appearance-indicator-opacity-description",
@@ -825,6 +843,15 @@
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "common.select-icon-color",
"descriptionKey": null,
"widget": "NColorChoice",
"tab": 5,
"tabLabel": "panels.dock.title",
"subTab": 0,
"subTabLabel": "common.appearance"
},
{
"labelKey": "panels.general.profile-picture-label",
"descriptionKey": "panels.general.profile-picture-description",
@@ -32,6 +32,7 @@ WIDGET_TYPES = (
"NTextInput",
"NCheckbox",
"NLabel",
"NColorChoice",
"HookRow",
)