mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-03 15:08:58 +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
|
||||
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.")
|
||||
|
Loading…
Reference in New Issue
Block a user