mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 09:15:58 +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:
|
def _packageInstalled(self, package_id: str) -> None:
|
||||||
if self._package_id != package_id:
|
if self._package_id != package_id:
|
||||||
return
|
return
|
||||||
self.setBusy(not self._is_busy)
|
self.setBusy(False)
|
||||||
try:
|
try:
|
||||||
self.stateManageButtonChanged.emit()
|
self.stateManageButtonChanged.emit()
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user