diff --git a/src/QmlControls/QGCFileDialog.qml b/src/QmlControls/QGCFileDialog.qml index 2c9a58f..98ccc7b 100644 --- a/src/QmlControls/QGCFileDialog.qml +++ b/src/QmlControls/QGCFileDialog.qml @@ -17,8 +17,8 @@ Item { property string folder // Due to Qt bug with file url parsing this must be an absolute path property var nameFilters: [] // Important: Only name filters with simple wildcarding like *.foo are supported. property string title - property bool selectExisting - property bool selectFolder + property bool selectExisting: true + property bool selectFolder: false signal acceptedForLoad(string file) signal acceptedForSave(string file)