clock tooltip: not show redundant time

This commit is contained in:
end-4
2025-09-05 13:06:44 +02:00
parent 4dcc1f340f
commit 1a636ff8e9
@@ -52,7 +52,7 @@ StyledPopup {
StyledText {
horizontalAlignment: Text.AlignLeft
color: Appearance.colors.colOnSurfaceVariant
text: `${root.formattedDate} ${root.formattedTime}`
text: `${root.formattedDate}`
font.weight: Font.Medium
}
}