mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:45:56 +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)
|
self._drive_api_service.getBackups(self._backupsChangedCallback)
|
||||||
|
|
||||||
def _backupsChangedCallback(self, backups):
|
def _backupsChangedCallback(self, backups):
|
||||||
self.backups = backups
|
self._backups = backups
|
||||||
self.backupsChanged.emit()
|
self.backupsChanged.emit()
|
||||||
|
|
||||||
@pyqtProperty(bool, notify = restoringStateChanged)
|
@pyqtProperty(bool, notify = restoringStateChanged)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user