From 7d92c19358fe92c19870b75b3b6f06e73ed2da78 Mon Sep 17 00:00:00 2001 From: Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:25:11 +0800 Subject: dashboard: add weather tab dashboard: Added Weather tab that shows weather forecast --- modules/dashboard/Content.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/dashboard/Content.qml') 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 { -- cgit v1.2.3-freya