From b778a80c79894a89300c9e2c766165273390e8e8 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 4 Sep 2025 14:46:19 -0400 Subject: [PATCH] Settings: better icons for Hooks tab --- Modules/SettingsPanel/SettingsPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/SettingsPanel/SettingsPanel.qml b/Modules/SettingsPanel/SettingsPanel.qml index c66d429..c6d539b 100644 --- a/Modules/SettingsPanel/SettingsPanel.qml +++ b/Modules/SettingsPanel/SettingsPanel.qml @@ -189,7 +189,7 @@ NPanel { }, { "id": SettingsPanel.Tab.Hooks, "label": "Hooks", - "icon": "link", + "icon": "cable", "source": hooksTab }, { "id": SettingsPanel.Tab.About,