1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Fix missing filepath when creating wallpaper

This commit is contained in:
Elias Steurer 2020-02-06 18:02:50 +01:00
parent f72e54e044
commit 5b8d4f515d

View File

@ -31,6 +31,7 @@ Item {
}
CreateWallpaperVideoImportConvert {
id:createWallpaperVideoImportConvert
filePath: root.filePath
}
CreateWallpaperResult {}
}