From 3b297fa37bf5eff3cb598809c1482179b98ce3a8 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Thu, 20 Apr 2023 10:40:19 +0200 Subject: [PATCH] feat(GODT-2580): updated link to support website in GUI. --- internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml | 2 +- .../bridge-gui/bridge-gui/qml/Notifications/Notifications.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml index 432c48af..d4ad546a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/HelpView.qml @@ -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 } diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml index 36886073..f13642b7 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/Notifications/Notifications.qml @@ -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 {