1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

GameProcess: Reset tried connections after accepting the dialog.

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
This commit is contained in:
loathingKernel 2024-01-27 21:20:17 +02:00
parent 6a747ce0f7
commit 3fe02e5026

View file

@ -73,6 +73,7 @@ class GameProcess(QObject):
).format(self.game.app_name)
)
self.timer.stop()
self.tried_connections = 0
self.finished.emit(GameProcess.Code.TIMEOUT)
@pyqtSlot()