directory picker works when choosing the initial value

This commit is contained in:
howard-stearns 2016-10-17 13:46:57 -07:00
parent bf4489f3cf
commit e7392acb10

View file

@ -87,6 +87,8 @@ ModalWindow {
if (selectDirectory) {
currentSelection.text = d.capitalizeDrive(helper.urlToPath(initialFolder));
d.currentSelectionIsFolder = true;
d.currentSelectionUrl = initialFolder;
}
helper.contentsChanged.connect(function() {