aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--homescreen/qml/MediaAreaBlank.qml16
-rw-r--r--homescreen/src/applicationlauncher.cpp2
2 files changed, 9 insertions, 9 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 {
diff --git a/homescreen/src/applicationlauncher.cpp b/homescreen/src/applicationlauncher.cpp
index 5a1e2d6..8729a5e 100644
--- a/homescreen/src/applicationlauncher.cpp
+++ b/homescreen/src/applicationlauncher.cpp
@@ -29,7 +29,7 @@ ApplicationLauncher::ApplicationLauncher(QObject *parent)
, m_launching(false)
, m_timeout(new QTimer(this))
{
- m_timeout->setInterval(3000);
+ m_timeout->setInterval(10000);
m_timeout->setSingleShot(true);
connect(m_timeout, &QTimer::timeout, [&]() {
setLaunching(false);