mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:08:59 +08:00
Fix bug: typo in variable name
This commit is contained in:
parent
86fb0383de
commit
234acf0904
@ -136,7 +136,7 @@ class DrivePluginExtension(QObject, Extension):
|
||||
self._drive_api_service.getBackups(self._backupsChangedCallback)
|
||||
|
||||
def _backupsChangedCallback(self, backups):
|
||||
self.backups = backups
|
||||
self._backups = backups
|
||||
self.backupsChanged.emit()
|
||||
|
||||
@pyqtProperty(bool, notify = restoringStateChanged)
|
||||
|
Loading…
x
Reference in New Issue
Block a user