mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
chore: revert delay to 3s
This commit is contained in:
parent
ef2709561d
commit
92699ebaa9
@ -286,7 +286,7 @@ class ConnectionManager:
|
||||
self.controller.clear_cancel_event()
|
||||
return
|
||||
enqueue_mod(mod, self.appid)
|
||||
time.sleep(2.5)
|
||||
time.sleep(3)
|
||||
|
||||
if raise_window is True:
|
||||
logger.info("Bringing window to foreground")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user