[MIRROR] Replaces even more deciseconds with SECONDS (#27205)

Replaces even more deciseconds with SECONDS

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
Co-authored-by: Waterpig <wtryoutube@seznam.cz>
This commit is contained in:
SkyratBot
2024-04-16 12:58:35 +02:00
committed by GitHub
co-authored by Jeremiah Waterpig
parent 540e465b9f
commit 42f6f57dc0
139 changed files with 220 additions and 220 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ Notes:
queueHide = showing ? TRUE : FALSE
if (queueHide)
addtimer(CALLBACK(src, PROC_REF(do_hide)), 1)
addtimer(CALLBACK(src, PROC_REF(do_hide)), 0.1 SECONDS)
else
do_hide()