diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2024-09-15 17:54:59 +0200 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2024-09-22 14:20:06 +0200 |
commit | 50f97ccbf3f672ecd6d37cab3fa8c59ead9d1631 (patch) | |
tree | 5ee948c2b5b8931aacf04d578aba9c89bb8af697 /main/data/conversation_list_titlebar.ui | |
parent | 65404b24424b2c554c611b24e9ddf7e12ce1a9f4 (diff) | |
download | dino-50f97ccbf3f672ecd6d37cab3fa8c59ead9d1631.tar.gz dino-50f97ccbf3f672ecd6d37cab3fa8c59ead9d1631.zip |
Enable setting your own presenceset-presence
- added 1 new icon for xa (extended away/unavailable)
Diffstat (limited to 'main/data/conversation_list_titlebar.ui')
-rw-r--r-- | main/data/conversation_list_titlebar.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/data/conversation_list_titlebar.ui b/main/data/conversation_list_titlebar.ui index afe10926..9d02bad7 100644 --- a/main/data/conversation_list_titlebar.ui +++ b/main/data/conversation_list_titlebar.ui @@ -29,5 +29,18 @@ </child> </object> </child> + <child type="end"> + <object class="GtkMenuButton" id="presence_button"> + <property name="halign">end</property> + <property name="hexpand">True</property> + <property name="has-frame">False</property> + <child> + <object class="GtkImage"> + <property name="icon-name">dino-status-chat</property> + <property name="icon-size">normal</property> + </object> + </child> + </object> + </child> </object> </interface> |