diff options
Diffstat (limited to 'modules/dashboard/Content.qml')
| -rw-r--r-- | modules/dashboard/Content.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 707bee3..7809a27 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -106,6 +106,10 @@ Item { index: 2 sourceComponent: Performance {} } + + Pane { + sourceComponent: Weather {} + } } Behavior on contentX { |