Set a default name when saving files

Fixes #173
This commit is contained in:
Tobias Fella
2020-12-24 01:54:19 +01:00
parent 57e05e2114
commit 1a28e52d79

View File

@@ -107,6 +107,7 @@ RowLayout {
function saveFileAs() {
var dialog = fileDialog.createObject(ApplicationWindow.overlay)
dialog.open()
dialog.currentFile = dialog.folder + "/" + currentRoom.fileNameToDownload(eventId)
}
function downloadAndOpen()