Merge pull request 'add join to list' (#753) from hsjobeki-main into main
This commit is contained in:
@@ -74,7 +74,7 @@ class ClanList(Gtk.Box):
|
|||||||
row.set_title_selectable(True)
|
row.set_title_selectable(True)
|
||||||
|
|
||||||
# Subtitle
|
# Subtitle
|
||||||
row.set_subtitle(flake.flake_attr)
|
row.set_subtitle(item.get_id())
|
||||||
row.set_subtitle_lines(1)
|
row.set_subtitle_lines(1)
|
||||||
|
|
||||||
# Avatar
|
# Avatar
|
||||||
@@ -102,7 +102,7 @@ class ClanList(Gtk.Box):
|
|||||||
|
|
||||||
row = Adw.ActionRow()
|
row = Adw.ActionRow()
|
||||||
|
|
||||||
row.set_title(str(item.url))
|
row.set_title(item.url.get_internal())
|
||||||
row.add_css_class("trust")
|
row.add_css_class("trust")
|
||||||
|
|
||||||
# TODO: figure out how to detect that
|
# TODO: figure out how to detect that
|
||||||
|
|||||||
Reference in New Issue
Block a user