fix right bubble show month number

This commit is contained in:
darksignal7
2025-10-06 19:30:09 +03:00
parent fc8985b242
commit b9a92507d1
@@ -163,7 +163,7 @@ Item {
StyledText { StyledText {
z: 6 z: 6
anchors.centerIn: parent anchors.centerIn: parent
text: DateTime.date.substring(5, 7) text: DateTime.date.substring(8, 10)
color: Appearance.colors.colTertiary color: Appearance.colors.colTertiary
opacity: root.style === "bubble" ? 1.0 : 0 opacity: root.style === "bubble" ? 1.0 : 0
font { font {