fix: drop extraneous chained thread

This commit is contained in:
aclist 2026-06-23 19:26:57 +09:00
parent d5b415316e
commit 611e3e6e58

View File

@ -338,7 +338,6 @@ class ServerModelManager:
def _cleanup_when_no_model(self) -> None:
self.emitter.emit("saved_servers_changed")
@call_on_thread(dialogs.checking_history, show_cancel=True)
def _dump_history(self) -> None:
history = self.controller.get_prefs().paths.history
try: