mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 12:13:36 +02:00
directory picker works when choosing the initial value
This commit is contained in:
parent
bf4489f3cf
commit
e7392acb10
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ ModalWindow {
|
|||
|
||||
if (selectDirectory) {
|
||||
currentSelection.text = d.capitalizeDrive(helper.urlToPath(initialFolder));
|
||||
d.currentSelectionIsFolder = true;
|
||||
d.currentSelectionUrl = initialFolder;
|
||||
}
|
||||
|
||||
helper.contentsChanged.connect(function() {
|
||||
|
|
Loading…
Reference in a new issue