mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Fix bug: typo in variable name
This commit is contained in:
parent
86fb0383de
commit
234acf0904
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue