internal: make weather reload on creation

Cause loadered
This commit is contained in:
2 * r + 2 * t 2025-06-28 22:37:11 +10:00
parent 40b43a49ab
commit 04efbcc781

View file

@ -11,10 +11,7 @@ Item {
implicitWidth: icon.implicitWidth + info.implicitWidth + info.anchors.leftMargin
onVisibleChanged: {
if (visible)
Weather.reload();
}
Component.onCompleted: Weather.reload()
MaterialIcon {
id: icon