summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-19 00:59:15 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-19 00:59:15 +0800
commit7c5a23d3348a6a868204b6f2969b7ceddca0e675 (patch)
tree955c2cadf86b30499eedc823836844f6e3738423 /modules/dashboard/Dash.qml
parentlauncher: fix actions (diff)
downloadcaelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.tar.gz
caelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.tar.bz2
caelestia-shell-7c5a23d3348a6a868204b6f2969b7ceddca0e675.zip
dashboard: add media
Diffstat (limited to 'modules/dashboard/Dash.qml')
-rw-r--r--modules/dashboard/Dash.qml5
1 files changed, 2 insertions, 3 deletions
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 {