From a4607164ef6a3740636ccecb394245a52311bd05 Mon Sep 17 00:00:00 2001 From: reionwong Date: Sun, 29 Aug 2021 02:47:50 +0800 Subject: [PATCH] Modify the screenshot delay value --- src/launchermodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launchermodel.cpp b/src/launchermodel.cpp index 72a683e..d1c525e 100755 --- a/src/launchermodel.cpp +++ b/src/launchermodel.cpp @@ -240,7 +240,7 @@ bool LauncherModel::launch(const QString &path) // Because launcher has hidden animation, // cutefish-screenshot needs to be processed. if (cmd == "cutefish-screenshot") { - p->setArguments(QStringList() << "-d" << "100"); + p->setArguments(QStringList() << "-d" << "200"); } Q_EMIT applicationLaunched();