From e6b6ed60a95915e71034396e76342369effd80f9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:22:59 +0200 Subject: [PATCH] translator: larger trigger delay --- .config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 3c093fff1..44e26bf5c 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -91,7 +91,7 @@ Singleton { property QtObject sidebar: QtObject { property QtObject translator: QtObject { - property int delay: 100 // Delay before sending request. Reduces (potential) rate limits and lag. + property int delay: 300 // Delay before sending request. Reduces (potential) rate limits and lag. } property QtObject booru: QtObject { property bool allowNsfw: false