improvement -> adding a little delay before reloading the main window after saving the settings

This commit is contained in:
Vinicius Moreira
2021-01-13 15:49:42 -03:00
parent 80f6b20b9c
commit b7efe72a50
2 changed files with 9 additions and 2 deletions

View File

@@ -347,7 +347,7 @@ class ManageWindow(QWidget):
self.thread_ignore_updates = IgnorePackageUpdates(manager=self.manager)
self._bind_async_action(self.thread_ignore_updates, finished_call=self.finish_ignore_updates)
self.thread_reload = StartAsyncAction()
self.thread_reload = StartAsyncAction(delay_in_milis=5)
self.thread_reload.signal_start.connect(self._reload)
self.container_bottom = QWidget()