mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-15 05:43:16 +08:00
Send user to external DF printer page
Contributes to CURA-8689
This commit is contained in:
parent
f0966b1c57
commit
a3f259d004
@ -113,13 +113,7 @@ Control
|
||||
id: signInButton
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: catalog.i18nc("@button", "Sign in to Digital Factory")
|
||||
onClicked: function()
|
||||
{
|
||||
text = catalog.i18nc("@button", "Waiting for new printers")
|
||||
busy = true;
|
||||
enabled = false;
|
||||
Cura.API.account.login();
|
||||
}
|
||||
onClicked: Qt.openUrlExternally("https://digitalfactory.ultimaker.com/app/printers?add-printer?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user