Correct the link to create a new account

Previously this button just took you to the log-in page.

Fixes issue CURA-5921.
This commit is contained in:
Ghostkeeper 2018-11-13 16:27:19 +01:00
parent 266e08fdff
commit 4b8d20cad7
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -20,7 +20,7 @@ Row
hoverColor: UM.Theme.getColor("secondary")
textColor: UM.Theme.getColor("main_window_header_button_text_active")
textHoverColor: UM.Theme.getColor("main_window_header_button_text_active")
onClicked: Qt.openUrlExternally("https://account.ultimaker.com")
onClicked: Qt.openUrlExternally("https://account.ultimaker.com/app/create")
fixedWidthMode: true
}