Set filepicker to start in home folder
This commit is contained in:
parent
02a7a4dde4
commit
ae4eb94a59
1 changed files with 1 additions and 0 deletions
|
@ -218,6 +218,7 @@ Page {
|
||||||
id: filePickerPage
|
id: filePickerPage
|
||||||
FilePickerPage {
|
FilePickerPage {
|
||||||
title: fileButton.label
|
title: fileButton.label
|
||||||
|
showSystemFiles: false
|
||||||
nameFilters: ["*.pdf", "*.jpg", "*.jpeg"]
|
nameFilters: ["*.pdf", "*.jpg", "*.jpeg"]
|
||||||
|
|
||||||
onSelectedContentPropertiesChanged: {
|
onSelectedContentPropertiesChanged: {
|
||||||
|
|
Loading…
Reference in a new issue