We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215099e commit 16c298bCopy full SHA for 16c298b
src/cli.cpp
@@ -213,6 +213,7 @@ int Cli::main()
213
214
_imageWriter->setDst(args[1]);
215
_imageWriter->setVerifyEnabled(!parser.isSet("disable-verify"));
216
+ _imageWriter->setSetting("eject", !parser.isSet("disable-eject"));
217
218
/* Run startWrite() in event loop (otherwise calling _app->exit() on error does not work) */
219
QTimer::singleShot(1, _imageWriter, &ImageWriter::startWrite);
0 commit comments