load threads list at startup
This commit is contained in:
parent
38d6052afb
commit
f1aec0d629
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ class MainWindow(QtMainWindow):
|
|||
|
||||
if self.weboob.count_backends() == 0:
|
||||
self.backendsConfig()
|
||||
else:
|
||||
self.centralWidget().load()
|
||||
|
||||
def backendsConfig(self):
|
||||
bckndcfg = BackendCfg(self.weboob, (ICapMessages,), self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue