mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Merge pull request #8832 from howard-stearns/fix-directory-picker-when-choosing-default
directory picker works when choosing the initial value
This commit is contained in:
commit
ff32ddae01
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