mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
ncolorchoice: added to the search index.
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user