1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 21:45:38 -05:00

calendar: fix events not loading for right month

This commit is contained in:
bbedward
2025-07-24 19:19:26 -04:00
parent 4086e914a7
commit 762785b27a
2 changed files with 5 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ ScrollView {
}
StyledText {
text: "Examples: \"New York\", \"Tokyo\", \"44511\""
text: "Examples: \"New York\", \"Tokyo\", \"90210\""
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
wrapMode: Text.WordWrap