feat(GODT-2580): updated link to support website in GUI.

This commit is contained in:
Xavier Michelon
2023-04-20 10:40:19 +02:00
parent 95741c6d63
commit 3b297fa37b
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ SettingsView {
actionIcon: "/qml/icons/ic-external-link.svg"
description: qsTr("Get help setting up your client with our instructions and FAQs.")
type: SettingsItem.PrimaryButton
onClicked: {Qt.openUrlExternally("https://proton.me/support/mail")}
onClicked: {Qt.openUrlExternally("https://proton.me/support/bridge")}
Layout.fillWidth: true
}

View File

@ -988,7 +988,7 @@ QtObject {
type: Notification.NotificationType.Danger
group: Notifications.Group.Dialogs | Notifications.Group.Configuration
property var supportLink: "https://proton.me/support/mail"
property var supportLink: "https://proton.me/support/bridge"
Connections {