big update: ui now show all info about user's profile. callbacks update. singleton added
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user