absolutePath was undefined.

It was not part of the model, the correct one was path (PathRole).

Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
Camila 2022-06-14 17:25:01 +02:00
parent d5d145df2d
commit 55d6035f1e
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ MouseArea {
adjustedHeaderColor: root.adjustedHeaderColor
onShareButtonClicked: Systray.openShareDialog(model.displayPath, model.absolutePath)
onShareButtonClicked: Systray.openShareDialog(model.displayPath, model.path)
onDismissButtonClicked: activityModel.slotTriggerDismiss(model.index)
}