From 75b7b53d7503eadd7a83af2f63f94ba799b468d5 Mon Sep 17 00:00:00 2001 From: Elias Steurer Date: Sat, 19 Oct 2019 21:30:47 +0200 Subject: [PATCH] Fix missing icon --- ScreenPlay/qml/Create/FFMPEGPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScreenPlay/qml/Create/FFMPEGPopup.qml b/ScreenPlay/qml/Create/FFMPEGPopup.qml index f3ec7bcf..f5abe19e 100644 --- a/ScreenPlay/qml/Create/FFMPEGPopup.qml +++ b/ScreenPlay/qml/Create/FFMPEGPopup.qml @@ -315,7 +315,7 @@ if you installed ScreenPlay via Steam! Image { id: imgOk fillMode: Image.PreserveAspectFit - source: "qrc:/assets/icons/baseline-done-24px.svg" + source: "qrc:/assets/icons/icon_done.svg" width: 180 height: width sourceSize: Qt.size(width,width)