Quick GUI: Fix creating new files via Quick dialog

This commit is contained in:
Marius Kittler 2018-09-07 14:20:54 +02:00
parent 6d786d0b77
commit 6048e7d561
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ Kirigami.ApplicationWindow {
id: fileDialog
title: selectExisting ? qsTr("Select an existing file") : qsTr(
"Select path for new file")
property bool selectExisting: true
onAccepted: {
if (fileUrls.length < 1) {