fix clock issue

This commit is contained in:
lucy 2026-02-10 13:17:41 +01:00
parent 471f9bd5b6
commit 339b04c165
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ Rectangle {
id: clockText
property bool showFull
anchors.centerIn: parent
text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.mm.yy") : Qt.formatDateTime(clock.date, "hh:mm")
text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.MM.yy") : Qt.formatDateTime(clock.date, "hh:mm")
}
}
MouseArea {

View File

@ -38,7 +38,7 @@ Rectangle {
// signal_wifi_4_bar
}
}
return "\ue1d8";
return "\ue1da";
} else if (device.connected) {
return "settings_ethernet";
}