mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Prevent exception being logged if no backups window was created
CURA-8313
This commit is contained in:
parent
4435a10f9d
commit
d35f018729
1 changed files with 2 additions and 1 deletions
|
@ -81,6 +81,7 @@ class DrivePluginExtension(QObject, Extension):
|
||||||
self._drive_window.show()
|
self._drive_window.show()
|
||||||
|
|
||||||
def _onApplicationShuttingDown(self):
|
def _onApplicationShuttingDown(self):
|
||||||
|
if self._drive_window:
|
||||||
self._drive_window.hide()
|
self._drive_window.hide()
|
||||||
|
|
||||||
def _autoBackup(self) -> None:
|
def _autoBackup(self) -> None:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue