From 7c5a23d3348a6a868204b6f2969b7ceddca0e675 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 19 May 2025 00:59:15 +0800 Subject: dashboard: add media --- modules/dashboard/Dash.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/dashboard/Dash.qml') diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml index 0d8b760..1af0d70 100644 --- a/modules/dashboard/Dash.qml +++ b/modules/dashboard/Dash.qml @@ -51,13 +51,12 @@ GridLayout { } Rect { - text: "media" - Layout.row: 0 Layout.column: 5 Layout.rowSpan: 2 - Layout.preferredWidth: 250 Layout.fillHeight: true + + Media {} } component Rect: StyledRect { -- cgit v1.2.3-freya