This commit is contained in:
tuxgyver
2026-06-29 10:19:16 +02:00
parent 2f9ca6b553
commit ea2e6d772b
5 changed files with 82 additions and 33 deletions
+10
View File
@@ -605,4 +605,14 @@ class MainWindow(QMainWindow):
event.ignore()
self.hide()
else:
self._status_timer.stop()
self._clock_timer.stop()
self._bw_timer.stop()
self._ping_timer.stop()
self._reconnect_timer.stop()
try:
if wg_core.is_connected(self._cfg):
wg_core.disconnect(self._cfg)
except Exception:
pass
event.accept()