mirror of https://gitlab.com/basile.b/dexed.git
shorter widget delayed updater pending duration
This commit is contained in:
parent
0807b758ea
commit
6f1613c7c2
|
@ -117,7 +117,7 @@ begin
|
|||
fUpdaterDelay := TTimer.Create(self);
|
||||
|
||||
updaterByLoopInterval := 70;
|
||||
updaterByDelayDuration := 1250;
|
||||
updaterByDelayDuration := 500;
|
||||
|
||||
for i := 0 to contextActionCount-1 do
|
||||
begin
|
||||
|
|
Loading…
Reference in New Issue