1
0

qml: remove Dialog standardButtons everywhere

This commit is contained in:
Sander van Grieken
2023-01-17 18:03:13 +01:00
parent 4b7472b13f
commit 3c1e4ba5a5
25 changed files with 2 additions and 36 deletions

View File

@@ -11,7 +11,6 @@ ElDialog {
property bool valid: false
standardButtons: Dialog.Cancel
modal: true
parent: Overlay.overlay
Overlay.modal: Rectangle {