clan_vm_manager: Fix join list not rerendering correctly when updating clan_store

This commit is contained in:
Qubasa
2024-03-06 00:08:49 +07:00
parent 0cb9c393cb
commit 90350bafa3
4 changed files with 15 additions and 4 deletions

View File

@@ -192,6 +192,7 @@ class ClanList(Gtk.Box):
row.add_css_class("trust")
vm = ClanStore.use().get_vm(item.url)
# Can't do this here because clan store is empty at this point
if vm is not None:
sub = row.get_subtitle()