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
|
||||
|
||||
onVisibleChanged: {
|
||||
if (visible)
|
||||
Weather.reload();
|
||||
}
|
||||
Component.onCompleted: Weather.reload()
|
||||
|
||||
MaterialIcon {
|
||||
id: icon
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue