1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-06-08 15:07:45 +00:00

File select delegates shouldn't only select folders

This commit is contained in:
Joshua Goins 2023-07-31 19:35:13 -04:00
parent 202252503b
commit 309ea25e08

View file

@ -23,8 +23,6 @@ MobileForm.FormButtonDelegate {
FileDialog {
id: dialog
selectFolder: true
folder: shortcuts.home
}
}