mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 11:21:14 -07:00
Add info message when failed because of version mismatch
This commit is contained in:
parent
a0d3dae920
commit
a20de3581a
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ class Backup:
|
|||
if current_version != version_to_restore:
|
||||
# Cannot restore version older or newer than current because settings might have changed.
|
||||
# Restoring this will cause a lot of issues so we don't allow this for now.
|
||||
self._showMessage(
|
||||
self.catalog.i18nc("@info:backup_failed",
|
||||
"Tried to restore a Cura backup that does not match your current version."))
|
||||
return False
|
||||
|
||||
version_data_dir = Resources.getDataStoragePath()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue