mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Set loading state to False once parsing has completed
This allows the user to request the next one. Contributes to issue CURA-8556.
This commit is contained in:
parent
35ec8f7190
commit
8776294932
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ class PackageList(ListModel):
|
|||
|
||||
self._request_url = response_data["links"].get("next", "") # Use empty string to signify that there is no next page.
|
||||
self.hasMoreChanged.emit()
|
||||
self.setIsLoading(False)
|
||||
|
||||
def _onError(self, reply: "QNetworkReply", error: Optional["QNetworkReply.NetworkError"]) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue