From 909756cff78ba241fefd2e4b62bfce37b0856cef Mon Sep 17 00:00:00 2001 From: miruka Date: Thu, 15 Apr 2021 08:45:55 -0400 Subject: [PATCH] Raise default tooltips_delay setting to 0.7s --- src/config/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/settings.py b/src/config/settings.py index e0d67c09..6275eceb 100644 --- a/src/config/settings.py +++ b/src/config/settings.py @@ -23,7 +23,7 @@ class General: # How many seconds the cursor must hover on buttons and other elements # to show tooltips. - tooltips_delay: float = 0.5 + tooltips_delay: float = 0.7 # Application theme to use. # Can be the name of a built-in theme (Mirage.qpl or Glass.qpl), or