diff --git a/main.qml b/main.qml
index 73ed314..6ea3945 100644
--- a/main.qml
+++ b/main.qml
@@ -1024,8 +1024,11 @@ ApplicationWindow {
msgpopup.title = qsTr("Write Successful")
if (osbutton.text === qsTr("Erase"))
msgpopup.text = qsTr("%1 has been erased
You can now remove the SD card from the reader").arg(dstbutton.text)
- else if (imageWriter.isEmbeddedMode())
- msgpopup.text = qsTr("%1 has been written to %2").arg(osbutton.text).arg(dstbutton.text)
+ else if (imageWriter.isEmbeddedMode()) {
+ //msgpopup.text = qsTr("%1 has been written to %2").arg(osbutton.text).arg(dstbutton.text)
+ /* Just reboot to the installed OS */
+ Qt.quit()
+ }
else
msgpopup.text = qsTr("%1 has been written to %2
You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
if (imageWriter.isEmbeddedMode()) {