noobs
noobs copied to clipboard
Prevent closing progress dialog
Pressing the Escape key when installing OSes causes the progress dialog to close. It looks like the operation has been cancelled, but in reality, the image write thread is still running in the background and continuing to install the OS(es). I tried some things to pop up a cancel dialog to close down the write thread if required, but it ended up being a bit messy, so this a simpler way - Just prevent the Escape key from closing the dialog box in the first place!