mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-04 07:28:56 +01:00
Removed popup at latest version when checking updates at startup
This commit is contained in:
parent
52be28bb6c
commit
47a843c669
@ -1226,7 +1226,7 @@ class PicomcVersionSelector(QWidget):
|
|||||||
# Download and apply the update
|
# Download and apply the update
|
||||||
self.download_update(remote_version_info)
|
self.download_update(remote_version_info)
|
||||||
else:
|
else:
|
||||||
QMessageBox.information(self, "Up to Date", "You already have the latest version!")
|
print(f"You already have the latest version!")
|
||||||
else:
|
else:
|
||||||
logging.error("Failed to read local version information.")
|
logging.error("Failed to read local version information.")
|
||||||
QMessageBox.critical(self, "Error", "Failed to check for updates.")
|
QMessageBox.critical(self, "Error", "Failed to check for updates.")
|
||||||
|
Loading…
Reference in New Issue
Block a user