mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
improvement -> reloading the manage panel in a separate thread after saving the settings
This commit is contained in:
@@ -1094,3 +1094,11 @@ class SaveTheme(QThread):
|
||||
configman.save_config(core_config)
|
||||
except:
|
||||
traceback.print_exc()
|
||||
|
||||
|
||||
class StartAsyncAction(QThread):
|
||||
|
||||
signal_start = pyqtSignal()
|
||||
|
||||
def run(self):
|
||||
self.signal_start.emit()
|
||||
|
||||
Reference in New Issue
Block a user