You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
749 B

  1. diff --color --unified --recursive --text orig/src/main.qml new/src/main.qml
  2. --- orig/src/main.qml 2023-11-18 09:52:10.767398847 +0100
  3. +++ new/src/main.qml 2023-11-18 09:53:12.521334474 +0100
  4. @@ -1500,13 +1500,6 @@
  5. }
  6. }
  7. }
  8. -
  9. - if (imageWriter.getBoolSetting("check_version") && "latest_version" in imager && "url" in imager) {
  10. - if (!imageWriter.isEmbeddedMode() && imageWriter.isVersionNewer(imager["latest_version"])) {
  11. - updatepopup.url = imager["url"]
  12. - updatepopup.openPopup()
  13. - }
  14. - }
  15. if ("default_os" in imager) {
  16. selectNamedOS(imager["default_os"], osmodel)
  17. }