mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Fixed the loading spinner not spinning at first construction
Contributes to CURA-8558
This commit is contained in:
parent
11b3b08198
commit
a58891ce58
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class RemotePackageList(PackageList):
|
||||||
|
|
||||||
self._package_type_filter = ""
|
self._package_type_filter = ""
|
||||||
self._request_url = self._initialRequestUrl()
|
self._request_url = self._initialRequestUrl()
|
||||||
|
self.isLoadingChanged.emit()
|
||||||
|
|
||||||
def __del__(self) -> None:
|
def __del__(self) -> None:
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue