1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix Qt6 folder dialog

This commit is contained in:
Elias Steurer 2021-12-03 14:24:50 +01:00
parent 996526c1cd
commit c6c3e9abbe

View File

@ -125,7 +125,7 @@ Item {
id: folderDialogSaveLocation id: folderDialogSaveLocation
folder: ScreenPlay.globalVariables.localStoragePath folder: ScreenPlay.globalVariables.localStoragePath
onAccepted: { onAccepted: {
ScreenPlay.settings.setLocalStoragePath(folderDialogSaveLocation.fileUrls[0]); ScreenPlay.settings.setLocalStoragePath(folderDialogSaveLocation.currentFolder);
} }
} }