Removed popup at latest version when checking updates at startup

This commit is contained in:
refrigerador67 2025-02-04 13:38:57 -03:00 committed by GitHub
parent 52be28bb6c
commit 47a843c669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1226,7 +1226,7 @@ class PicomcVersionSelector(QWidget):
# Download and apply the update
self.download_update(remote_version_info)
else:
QMessageBox.information(self, "Up to Date", "You already have the latest version!")
print(f"You already have the latest version!")
else:
logging.error("Failed to read local version information.")
QMessageBox.critical(self, "Error", "Failed to check for updates.")