[utilities/kdebugsettings] src/quickapps/qml: Use dialog here too
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b377c2d64450a73bfa369e579d64c5c21f1de960 by Laurent Montel.
Committed on 21/07/2026 at 04:49.
Pushed by mlaurent into branch 'master'.
Use dialog here too
M +1 -0 src/quickapps/qml/CustomRulesPage.qml
https://invent.kde.org/utilities/kdebugsettings/-/commit/b377c2d64450a73bfa369e579d64c5c21f1de960
diff --git a/src/quickapps/qml/CustomRulesPage.qml b/src/quickapps/qml/CustomRulesPage.qml
index 2bf3fac0..1fdf2591 100644
--- a/src/quickapps/qml/CustomRulesPage.qml
+++ b/src/quickapps/qml/CustomRulesPage.qml
@@ -61,6 +61,7 @@ Kirigami.ScrollablePage {
text: i18nc("@action edit custom rule", "Edit Rule…")
onTriggered: {
console.debug("Not implemented yet")
+ editCustomRuleDialog.open();
// TODO
}
}