[utilities/kdebugsettings] src/quickapps/contents/ui: Fix show dialog

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 63f43cc37f3b1de60f1bd49d41b519955099a26d by Laurent Montel.
Committed on 20/07/2026 at 06:22.
Pushed by mlaurent into branch 'master'.

Fix show dialog

M  +5    -1    src/quickapps/contents/ui/CustomRulesPage.qml

https://invent.kde.org/utilities/kdebugsettings/-/commit/63f43cc37f3b1de60f1bd49d41b519955099a26d

diff --git a/src/quickapps/contents/ui/CustomRulesPage.qml b/src/quickapps/contents/ui/CustomRulesPage.qml
index 1b421d5f..50936fd9 100644
--- a/src/quickapps/contents/ui/CustomRulesPage.qml
+++ b/src/quickapps/contents/ui/CustomRulesPage.qml
@@ -20,6 +20,10 @@ Kirigami.ScrollablePage {
             }
         }
     ]
+    EditCustomRuleDialog {
+        id: editCustomRuleDialog
+    }
+
     ListView {
         id: listviewRules
         reuseItems: true
@@ -47,7 +51,7 @@ Kirigami.ScrollablePage {
                 text: i18nc("@action add custom rule", "Add Rule…")
                 onTriggered: {
                     console.debug("Not implemented yet")
-
+                    editCustomRuleDialog.open();
                     // TODO
                 }
             }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.