improvement -> reloading the manage panel in a separate thread after saving the settings

This commit is contained in:
Vinicius Moreira
2021-01-13 15:40:52 -03:00
parent 5fd161888a
commit 80f6b20b9c
3 changed files with 23 additions and 5 deletions

View File

@@ -104,10 +104,8 @@ class SettingsWindow(QWidget):
self.manager.prepare(task_manager=None, root_password=None, internet_available=None)
if self.window and self.window.isVisible():
self.window.update_custom_actions()
self.window.verify_warnings()
self.window.types_changed = True
self.window.begin_refresh_packages()
self.window.reload()
self.close()
else:
msg = StringIO()