Browse Source

Fixed the loading spinner not spinning at first construction

Contributes to CURA-8558
Jelle Spijker 3 years ago
parent
commit
a58891ce58
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/Marketplace/RemotePackageList.py

+ 1 - 0
plugins/Marketplace/RemotePackageList.py

@@ -33,6 +33,7 @@ class RemotePackageList(PackageList):
 
         self._package_type_filter = ""
         self._request_url = self._initialRequestUrl()
+        self.isLoadingChanged.emit()
 
     def __del__(self) -> None:
         """