[utilities/kdebugsettings] src/quickapps/qml: don't show close button
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit b59f6ed7867933c09e120b0b3646d99efd7eee32 by Laurent Montel.
Committed on 21/07/2026 at 04:50.
Pushed by mlaurent into branch 'master'.
don't show close button
M +1 -0 src/quickapps/qml/EditCustomRuleDialog.qml
https://invent.kde.org/utilities/kdebugsettings/-/commit/b59f6ed7867933c09e120b0b3646d99efd7eee32
diff --git a/src/quickapps/qml/EditCustomRuleDialog.qml b/src/quickapps/qml/EditCustomRuleDialog.qml
index 143ae98b..2eb1c31a 100644
--- a/src/quickapps/qml/EditCustomRuleDialog.qml
+++ b/src/quickapps/qml/EditCustomRuleDialog.qml
@@ -9,6 +9,7 @@ Kirigami.Dialog {
id: dialog
title: i18n("Edit Custom Rule")
clip: true
+ showCloseButton: false
standardButtons: QQC2.Dialog.Ok | QQC2.Dialog.Cancel
RowLayout {