chore: revert delay to 3s

This commit is contained in:
aclist 2026-05-26 04:42:50 +09:00
parent ef2709561d
commit 92699ebaa9

View File

@ -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")