mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 10:14:15 +02:00
Merge pull request #8163 from ctrlaltdavid/20981
distinguish between file name and directory as prompt in file chooser
This commit is contained in:
commit
af67d814eb
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ ModalWindow {
|
|||
|
||||
TextField {
|
||||
id: currentSelection
|
||||
label: "Path:"
|
||||
label: selectDirectory ? "Directory:" : "File name:"
|
||||
anchors {
|
||||
left: parent.left
|
||||
right: selectionType.visible ? selectionType.left: parent.right
|
||||
|
|
Loading…
Reference in a new issue