バグ #1543 » 0001-hide-own-profile-buttons.patch
plugin/mastodon_account_viewer/relational_container.rb | ||
---|---|---|
20 | 20 |
closeup(Gtk::WebIcon.new(my_account.account.icon, ICON_SIZE).tooltip(my_account.title)) |
21 | 21 |
closeup(gen_follow_relation) |
22 | 22 |
closeup(Gtk::WebIcon.new(counterpart.icon, ICON_SIZE).tooltip(counterpart.title)) |
23 |
closeup(followbutton) |
|
24 |
closeup(menubutton) |
|
25 | 23 |
unless me? |
24 |
closeup(followbutton) |
|
25 |
closeup(menubutton) |
|
26 | 26 |
retrieve_relation_status |
27 | 27 |
end |
28 | 28 |
end |