summaryrefslogtreecommitdiffstats
path: root/homescreen/qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml')
-rw-r--r--homescreen/qml/MediaAreaBlank.qml16
1 files changed, 8 insertions, 8 deletions
diff --git a/homescreen/qml/MediaAreaBlank.qml b/homescreen/qml/MediaAreaBlank.qml
index 2b888c8..fde386e 100644
--- a/homescreen/qml/MediaAreaBlank.qml
+++ b/homescreen/qml/MediaAreaBlank.qml
@@ -29,14 +29,14 @@ Image {
MouseArea {
anchors.fill: parent
- function enableVolumeDisplay() {
- if (!displayVolume) {
- displayVolume = true
- master_volume.visible = true
- volume_timer.restart()
- }
- }
- onClicked: enableVolumeDisplay()
+// function enableVolumeDisplay() {
+// if (!displayVolume) {
+// displayVolume = true
+// master_volume.visible = true
+// volume_timer.restart()
+// }
+// }
+// onClicked: enableVolumeDisplay()
}
Image {