We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71625b commit 662ca16Copy full SHA for 662ca16
src/gui/qml/FolderDelegate.qml
@@ -80,7 +80,7 @@ Pane {
80
focus: true
81
82
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
83
- standardButtons: StandardButton.Discard | Dialog.Close
+ standardButtons: Dialog.Close
84
85
contentItem: Frame {
86
anchors.fill: parent
0 commit comments