1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 16:32:33 +02:00

Fix default folder for localStoragePath

This commit is contained in:
Elias Steurer 2021-01-07 18:07:00 +01:00
parent dd64e93afe
commit 9bbe61e7d1

View File

@ -118,6 +118,7 @@ Item {
FileDialog {
id: folderDialogSaveLocation
selectFolder: true
folder: ScreenPlay.globalVariables.localStoragePath
onAccepted: {
ScreenPlay.settings.setLocalStoragePath(
folderDialogSaveLocation.fileUrls[0])