Display shortened instances

This commit is contained in:
bleakgrey 2018-05-30 17:51:55 +03:00
parent 99cd873134
commit d2297855ef
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});