Release v0.6.0

This commit is contained in:
Omni
2026-04-20 20:57:23 +01:00
parent 69fabb32e6
commit 2ff09a1448
144 changed files with 4841 additions and 1306 deletions

View File

@@ -16,7 +16,7 @@ class FocusReclaimMixin:
"""
def _stop_focus_reclaim(self):
pass # No timer to stop single-shot, no state
pass # No timer to stop - single-shot, no state
def _start_focus_reclaim_retries(self):
QTimer.singleShot(500, self._focus_reclaim_tick)