Add missing QML import name

This commit is contained in:
Nicolas Fella
2024-10-05 00:32:45 +02:00
committed by Carl Schwan
parent e7751f40fa
commit d0a915e81c

View File

@@ -105,7 +105,7 @@ DelegateContextMenu {
}
room: currentRoom
eventId: root.eventId
property string filename: StandardPaths.writableLocation(StandardPaths.CacheLocation) + "/" + eventId.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId)
property string filename: Core.StandardPaths.writableLocation(Core.StandardPaths.CacheLocation) + "/" + eventId.replace(":", "_").replace("/", "_").replace("+", "_") + currentRoom.fileNameToDownload(eventId)
}
]