diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2024-01-18 20:17:09 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2024-01-18 20:22:22 +0100 |
commit | 8199c85848346b59518f6c882be1b5b885eb78cf (patch) | |
tree | 37b584c13f862def804862af303d27904f21c5d3 /main/data | |
parent | e5f12d9b6aacf7b3bd99a254c86b3bd58111f9f3 (diff) | |
download | dino-8199c85848346b59518f6c882be1b5b885eb78cf.tar.gz dino-8199c85848346b59518f6c882be1b5b885eb78cf.zip |
Take care of issue #836, add filter online button
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/add_conversation/select_jid_fragment.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/data/add_conversation/select_jid_fragment.ui b/main/data/add_conversation/select_jid_fragment.ui index 787add9f..64c39a0b 100644 --- a/main/data/add_conversation/select_jid_fragment.ui +++ b/main/data/add_conversation/select_jid_fragment.ui @@ -68,6 +68,17 @@ </child> </object> </child> + <child> + <object class="GtkButton" id="filter_online_button"> + <property name="visible">0</property> + <child> + <object class="GtkImage"> + <property name="icon-name">dino-status-chat</property> + <property name="icon-size">normal</property> + </object> + </child> + </object> + </child> </object> </child> </object> |