feat(GODT-3046): tester UI cleanup.

This commit is contained in:
Xavier Michelon
2023-11-22 10:38:57 +01:00
parent 0d2a803711
commit ef183e0758
3 changed files with 64 additions and 91 deletions

View File

@ -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
// }
}
}
}

View File

@ -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;