settings-search: added missing hooks

This commit is contained in:
Lemmy
2026-01-23 11:22:03 -05:00
parent 4e8cf55bb1
commit 1e76aa5618
2 changed files with 73 additions and 0 deletions
+72
View File
@@ -578,6 +578,78 @@
"subTab": 0,
"subTabLabel": "common.general"
},
{
"labelKey": "panels.hooks.noctalia-started-label",
"descriptionKey": "panels.hooks.noctalia-started-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.wallpaper-changed-label",
"descriptionKey": "panels.hooks.wallpaper-changed-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.theme-changed-label",
"descriptionKey": "panels.hooks.theme-changed-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.screen-lock-label",
"descriptionKey": "panels.hooks.screen-lock-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.screen-unlock-label",
"descriptionKey": "panels.hooks.screen-unlock-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.performance-mode-enabled-label",
"descriptionKey": "panels.hooks.performance-mode-enabled-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.performance-mode-disabled-label",
"descriptionKey": "panels.hooks.performance-mode-disabled-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.hooks.session-label",
"descriptionKey": "panels.hooks.session-description",
"widget": "HookRow",
"tab": 19,
"tabLabel": "panels.hooks.title",
"subTab": 1,
"subTabLabel": "panels.hooks.title"
},
{
"labelKey": "panels.launcher.settings-clipboard-history-label",
"descriptionKey": "panels.launcher.settings-clipboard-history-description",
@@ -32,6 +32,7 @@ WIDGET_TYPES = (
"NTextInput",
"NCheckbox",
"NLabel",
"HookRow",
)
# Regex patterns