diff cagou/plugins/plugin_wid_chat.kv @ 393:e2f806779b53

chat: added a "close" item in menu, to leave MUC/close current chat widget.
author Goffi <goffi@goffi.org>
date Thu, 06 Feb 2020 21:16:21 +0100
parents abb57182ebfb
children d15828ca9d86
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_chat.kv	Thu Feb 06 21:16:21 2020 +0100
+++ b/cagou/plugins/plugin_wid_chat.kv	Thu Feb 06 21:16:21 2020 +0100
@@ -165,8 +165,11 @@
 <ExtraMenu>:
     auto_width: False
     MenuButton:
-        text: _("Bookmarks")
+        text: _("bookmarks")
         on_release: root.select("bookmark")
+    MenuButton:
+        text: _("close")
+        on_release: root.select("close")
 
 <ExtraButton>:
     size_hint: None, 1