aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationlauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/applicationlauncher.cpp')
-rw-r--r--homescreen/src/applicationlauncher.cpp2
1 files changed, 1 insertions, 1 deletions
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);