internal: make weather reload on creation
Cause loadered
This commit is contained in:
parent
40b43a49ab
commit
04efbcc781
1 changed files with 1 additions and 4 deletions
|
|
@ -11,10 +11,7 @@ Item {
|
||||||
|
|
||||||
implicitWidth: icon.implicitWidth + info.implicitWidth + info.anchors.leftMargin
|
implicitWidth: icon.implicitWidth + info.implicitWidth + info.anchors.leftMargin
|
||||||
|
|
||||||
onVisibleChanged: {
|
Component.onCompleted: Weather.reload()
|
||||||
if (visible)
|
|
||||||
Weather.reload();
|
|
||||||
}
|
|
||||||
|
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
id: icon
|
id: icon
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue