summaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaArea.qml
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2021-09-30 15:20:15 +0300
committerMarius Vlad <marius.vlad@collabora.com>2021-10-18 16:38:11 +0300
commit09b5eb1b42910e84612a37a0fb44629c73eee3e7 (patch)
tree582352c2f273a913658985485e784e4119127f81 /homescreen/qml/MediaArea.qml
parent187fffa9f0a05359678887f30b58091cf7c5fc47 (diff)
Removal of libhomescreen and appfw depssandbox/mvlad/flatpak-integration
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I794962edc5ad059182a0e324d74365fae6e9c8ed
Diffstat (limited to 'homescreen/qml/MediaArea.qml')
-rw-r--r--homescreen/qml/MediaArea.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/homescreen/qml/MediaArea.qml b/homescreen/qml/MediaArea.qml
index 88eaf1e..0f0efb2 100644
--- a/homescreen/qml/MediaArea.qml
+++ b/homescreen/qml/MediaArea.qml
@@ -25,13 +25,13 @@ StackView {
initialItem: blank
Component {
- id: blank
+ id: blank
MediaAreaBlank {
// MouseArea {
// anchors.fill: parent
// onClicked: root.push(mouse.x < 540 ? music : radio)
// }
- }
+ }
}
Component {