mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Imager -> Raspberry Pi Imager
On special request
This commit is contained in:
parent
28bd56edb4
commit
eef90c2adb
3 changed files with 4 additions and 4 deletions
2
main.qml
2
main.qml
|
@ -30,7 +30,7 @@ ApplicationWindow {
|
|||
if (progressBar.visible) {
|
||||
close.accepted = false
|
||||
msgpopupheader.text = qsTr("Are you sure you want to quit?")
|
||||
msgpopupbody.text = qsTr("Imager is still busy.<br>Are you sure you want to quit?")
|
||||
msgpopupbody.text = qsTr("Raspberry Pi Imager is still busy.<br>Are you sure you want to quit?")
|
||||
quitbutton.visible = true
|
||||
msgpopup.open()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue