[qflatboob] manage count to avoid problems during pagination
This commit is contained in:
parent
15bf492fca
commit
9c6b2b0581
2 changed files with 4 additions and 3 deletions
|
|
@ -40,6 +40,6 @@ class QFlatBoob(QtApplication):
|
|||
self.create_storage()
|
||||
self.load_config(klass=YamlConfig)
|
||||
|
||||
self.main_window = MainWindow(self.config, self.storage, self.weboob)
|
||||
self.main_window = MainWindow(self.config, self.storage, self.weboob, self)
|
||||
self.main_window.show()
|
||||
return self.weboob.loop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue