fix qml crash on start up

This commit is contained in:
Dante Ruiz 2018-05-11 10:47:41 -07:00
parent 9e9852d67b
commit 4eba727849

View file

@ -21,6 +21,7 @@ Item {
// Set from OffscreenUi::assetDialog()
property alias dir: assetTableModel.folder
property alias filter: selectionType.filtersString
property int options
property bool selectDirectory: false
property bool singleClickNavigate: false