mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-02 08:56:53 +01:00
Display shortened instances
This commit is contained in:
parent
99cd873134
commit
d2297855ef
@ -119,7 +119,7 @@ public class Tootle.AccountsButton : Gtk.MenuButton{
|
||||
var widget = new AccountView ();
|
||||
widget.id = i;
|
||||
widget.display_name.label = "<b>@"+account.username+"</b>";
|
||||
widget.instance.label = account.instance;
|
||||
widget.instance.label = account.get_pretty_instance ();
|
||||
list.add (widget);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user