fix(apps/amm): ensure changing endpoint works

This commit is contained in:
r4bbit 2026-06-26 13:00:02 +02:00 committed by Ricardo Guilherme Schmidt
parent fa1b0fd3c3
commit 1ad76cce8e
No known key found for this signature in database
GPG Key ID: 1396EA17DE132FFE

View File

@ -45,7 +45,7 @@ Item {
height: show ? 32 : 0
visible: height > 0
clip: true
color: Theme.palette.warning
color: Theme.palette.error
Behavior on height { NumberAnimation { duration: 150; easing.type: Easing.OutCubic } }
@ -56,7 +56,7 @@ Item {
elide: Text.ElideMiddle
font.pixelSize: 12
font.weight: Font.Medium
color: Theme.palette.background
color: Theme.palette.text
text: qsTr("Unable to connect to network")
}
}