From 37560158f7d191d63bb870ebd2b366b850b7ebc3 Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Sat, 21 Oct 2023 11:04:09 +0200 Subject: [PATCH] Clear src when selecting different device Closes #696 --- src/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.qml b/src/main.qml index 73117fa..d511a9d 100644 --- a/src/main.qml +++ b/src/main.qml @@ -1679,6 +1679,7 @@ ApplicationWindow { // an OS selected which isn't compatible with this HW device oslist.currentIndex = -1 osswipeview.currentIndex = 0 + imageWriter.setSrc("") osbutton.text = qsTr("CHOOSE OS") writebutton.enabled = false