Skip to content

Commit 662ca16

Browse files
committed
Fix
1 parent b71625b commit 662ca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/qml/FolderDelegate.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Pane {
8080
focus: true
8181

8282
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside
83-
standardButtons: StandardButton.Discard | Dialog.Close
83+
standardButtons: Dialog.Close
8484

8585
contentItem: Frame {
8686
anchors.fill: parent

0 commit comments

Comments
 (0)