mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Merge remote-tracking branch 'origin/4.1'
This commit is contained in:
commit
2e32b33bbb
2 changed files with 2 additions and 1 deletions
|
@ -130,6 +130,7 @@ class AuthorizationService:
|
||||||
self._storeAuthData(response)
|
self._storeAuthData(response)
|
||||||
self.onAuthStateChanged.emit(logged_in = True)
|
self.onAuthStateChanged.emit(logged_in = True)
|
||||||
else:
|
else:
|
||||||
|
Logger.log("w", "Failed to get a new access token from the server.")
|
||||||
self.onAuthStateChanged.emit(logged_in = False)
|
self.onAuthStateChanged.emit(logged_in = False)
|
||||||
|
|
||||||
## Delete the authentication data that we have stored locally (eg; logout)
|
## Delete the authentication data that we have stored locally (eg; logout)
|
||||||
|
|
|
@ -57,7 +57,7 @@ Item
|
||||||
{
|
{
|
||||||
id: networkPrinterScrollView
|
id: networkPrinterScrollView
|
||||||
|
|
||||||
maxItemCountAtOnce: 6 // show at max 6 items at once, otherwise you need to scroll.
|
maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.
|
||||||
|
|
||||||
onRefreshButtonClicked:
|
onRefreshButtonClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue