aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/conversation_titlebar/occupants_entry.vala
diff options
context:
space:
mode:
authorfiaxh <git@lightrise.org>2022-12-25 18:04:26 +0100
committerMarvin W <git@larma.de>2023-01-24 19:20:43 +0100
commit4b391f3f31c2272be11a24c8301641b045260e99 (patch)
tree6ded080a20fe7d0feae396d3843f6013e410cbe6 /main/src/ui/conversation_titlebar/occupants_entry.vala
parent92aca5672db723121471e513e83b68742761d1b5 (diff)
downloaddino-4b391f3f31c2272be11a24c8301641b045260e99.tar.gz
dino-4b391f3f31c2272be11a24c8301641b045260e99.zip
Use Adw.StatusPage instead of custom placeholders
Diffstat (limited to 'main/src/ui/conversation_titlebar/occupants_entry.vala')
-rw-r--r--main/src/ui/conversation_titlebar/occupants_entry.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/conversation_titlebar/occupants_entry.vala b/main/src/ui/conversation_titlebar/occupants_entry.vala
index a71cf05e..63a35d52 100644
--- a/main/src/ui/conversation_titlebar/occupants_entry.vala
+++ b/main/src/ui/conversation_titlebar/occupants_entry.vala
@@ -11,7 +11,7 @@ class OccupantsEntry : Plugins.ConversationTitlebarEntry, Object {
StreamInteractor stream_interactor;
private Conversation? conversation;
- private MenuButton button = new MenuButton() { icon_name="system-users-symbolic", tooltip_text=Util.string_if_tooltips_active(_("Members")) };
+ private MenuButton button = new MenuButton() { icon_name="system-users-symbolic", tooltip_text=Util.string_if_tooltips_active(_("Members")), visible=false };
private OccupantMenu.View menu = null;