mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 20:56:51 +00:00
feat(GODT-2580): updated link to support website in GUI.
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user