1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

change weather provider to open-meteo

- seems more accurate and reliable than wttr.in
This commit is contained in:
bbedward
2025-09-08 14:24:40 -04:00
parent 9d416ddbd6
commit 3a1a553a7d
2 changed files with 359 additions and 98 deletions

View File

@@ -203,7 +203,7 @@ Item {
}
StyledText {
text: "Allow wttr.in to determine location based on IP address"
text: "Automatically determine your location using your IP address"
font.pixelSize: Theme.fontSizeSmall
color: Theme.surfaceVariantText
wrapMode: Text.WordWrap