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

Fix old var names

This commit is contained in:
Elias Steurer 2022-11-04 16:30:47 +01:00
parent ad8074ed12
commit c90ff892ba

View File

@ -30,7 +30,8 @@ Item {
// This is used for removing wallpaper. We need to clear
// the preview image/gif so we can release the file for deletion.
function clear() {
image.source = ""
imagePreview.source = ""
animatedImagePreview.source = ""
txtHeadline.text = ""
root.state = "inactive"
}