fix(dock): isolate dock launcher color setting in dock appearance tab

This commit is contained in:
tibssy
2026-02-20 03:51:11 +00:00
parent 022d6d33da
commit 6aea22ef25
4 changed files with 20 additions and 16 deletions
-14
View File
@@ -94,13 +94,6 @@ PopupWindow {
"action": function () {
handleLauncherSettings();
}
},
{
"icon": "settings",
"text": I18n.tr("actions.widget-settings"),
"action": function () {
handleLauncherWidgetSettings();
}
}
];
calculateMenuWidth();
@@ -369,13 +362,6 @@ PopupWindow {
root.requestClose();
}
function handleLauncherWidgetSettings() {
if (targetScreen && launcherWidgetSection && launcherWidgetIndex >= 0) {
BarService.openWidgetSettings(targetScreen, launcherWidgetSection, launcherWidgetIndex, "Launcher", launcherWidgetSettings || {});
}
root.requestClose();
}
// Short delay to ignore spurious events
Timer {
id: gracePeriodTimer