big update: ui now show all info about user's profile. callbacks update. singleton added
This commit is contained in:
parent
4d4c0cb56a
commit
92635a7c89
6 changed files with 73 additions and 31 deletions
|
@ -68,7 +68,8 @@ def main():
|
|||
data = Profile.open_profile(path, name)
|
||||
tox = tox_factory(data, settings)
|
||||
|
||||
ms = MainWindow()
|
||||
ms = MainWindow(tox)
|
||||
ms.setup_info_from_tox()
|
||||
ms.show()
|
||||
# bootstrap
|
||||
for data in node_generator():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue