mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Add compile time options for telemetry and updates
This commit is contained in:
parent
0a07169a8a
commit
5d971375f6
4 changed files with 18 additions and 2 deletions
|
@ -1143,7 +1143,7 @@ ApplicationWindow {
|
|||
|
||||
if ("imager" in o) {
|
||||
var imager = o["imager"]
|
||||
if ("latest_version" in imager && "url" in imager) {
|
||||
if (imageWriter.getBoolSetting("check_version") && "latest_version" in imager && "url" in imager) {
|
||||
if (!imageWriter.isEmbeddedMode() && imageWriter.isVersionNewer(imager["latest_version"])) {
|
||||
updatepopup.url = imager["url"]
|
||||
updatepopup.openPopup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue