mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
improvement -> reloading the manage panel in a separate thread after saving the settings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user