From ad2379b999d85b33d94c609af1af2b327e495f13 Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 11 Jun 2026 15:11:22 +0200 Subject: [PATCH] fixed fast reload interval --- config/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config.qml b/config/Config.qml index 2ed1666..d640998 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -22,5 +22,5 @@ QtObject { // Tray readonly property int reload_interval: 10000 - readonly property int fast_reload_interval: 10000 + readonly property int fast_reload_interval: 1000 } \ No newline at end of file