mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:56:04 +08:00
Always set busy = False
on installed package
CURA-8587
This commit is contained in:
parent
5f444fa5b7
commit
aea316799a
@ -343,7 +343,7 @@ class PackageModel(QObject):
|
||||
def _packageInstalled(self, package_id: str) -> None:
|
||||
if self._package_id != package_id:
|
||||
return
|
||||
self.setBusy(not self._is_busy)
|
||||
self.setBusy(False)
|
||||
try:
|
||||
self.stateManageButtonChanged.emit()
|
||||
except RuntimeError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user