mirror of
https://invent.kde.org/network/kdeconnect-kde.git
synced 2025-12-12 20:35:55 +01:00
smsapp: Fix qt6 FilePicker property name
This commit is contained in:
committed by
Aleix Pol Gonzalez
parent
88c43fde5e
commit
c21760e709
@@ -35,7 +35,7 @@ ColumnLayout {
|
||||
fileMode: FileDialog.OpenFiles
|
||||
|
||||
onAccepted: {
|
||||
root.selectedFileUrls = fileDialog.fileUrls
|
||||
root.selectedFileUrls = fileDialog.selectedFiles
|
||||
fileDialog.close()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user