mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in.
In cases where a staging build is created this hardcoded value would cause confusion, since it would always point the user to the production environment.
This commit is contained in:
parent
f906017835
commit
548e6e19e5
1 changed files with 0 additions and 5 deletions
|
@ -73,11 +73,6 @@ Item
|
||||||
{
|
{
|
||||||
Cura.API.account.login()
|
Cura.API.account.login()
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
Qt.openUrlExternally("https://mycloud.ultimaker.com/")
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue