Browse Source

Correct the link to create a new account

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

Fixes issue CURA-5921.
Ghostkeeper 6 years ago
parent
commit
4b8d20cad7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Account/GeneralOperations.qml

+ 1 - 1
resources/qml/Account/GeneralOperations.qml

@@ -20,7 +20,7 @@ Row
         hoverColor: UM.Theme.getColor("secondary")
         hoverColor: UM.Theme.getColor("secondary")
         textColor: UM.Theme.getColor("main_window_header_button_text_active")
         textColor: UM.Theme.getColor("main_window_header_button_text_active")
         textHoverColor: 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
         fixedWidthMode: true
     }
     }