async join

This commit is contained in:
Johannes Kirschbauer
2024-02-05 14:30:47 +07:00
parent 5bac2e161f
commit 327645486f
5 changed files with 67 additions and 41 deletions

View File

@@ -29,7 +29,7 @@ class MainWindow(Adw.ApplicationWindow):
scroll = Gtk.ScrolledWindow()
scroll.set_propagate_natural_height(True)
scroll.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
scroll.set_child(ClanList())
scroll.set_child(ClanList(config))
stack_view.add_named(scroll, "list")
stack_view.add_named(Details(), "details")