mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 18:16:43 +00:00
feat(GODT-3046): tester UI cleanup.
This commit is contained in:
@ -132,12 +132,6 @@ Popup {
|
||||
text: root.notification ? root.notification.linkText : ""
|
||||
visible: root.notification && root.notification.linkUrl.length > 0
|
||||
}
|
||||
// Label {
|
||||
// color: root.colorScheme.text_invert
|
||||
// colorScheme: root.colorScheme
|
||||
// text: "Youpi!"
|
||||
// wrapMode: Text.WordWrap
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -611,8 +611,6 @@ QtObject {
|
||||
group: Notifications.Group.Connection
|
||||
icon: "./icons/ic-no-connection.svg"
|
||||
type: Notification.NotificationType.Danger
|
||||
linkText: qsTr("What happens with my messages when internet is down?")
|
||||
linkUrl: "https://proton.me/support/bridge"
|
||||
Connections {
|
||||
function onInternetOff() {
|
||||
root.noInternet.active = true;
|
||||
|
||||
Reference in New Issue
Block a user