Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
b3d1d8cb by wurstsalat at 2023-01-08T15:44:07+01:00
imprv: AccountPage: Add menu entry for adding contacts
- - - - -
1 changed file:
- gajim/gtk/menus.py
Changes:
=====================================
gajim/gtk/menus.py
=====================================
@@ -434,6 +434,7 @@ def get_roster_view_menu() -> GajimMenu:
menuitems: MenuItemListT = [
(_('Show Offline Contacts'), 'win.show-offline', None),
(_('Sort by Status'), 'win.sort-by-show', None),
+ (_('Add Contact…'), 'app.add-contact', ''),
]
return GajimMenu.from_list(menuitems)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b3d1d8cbb9346b252c501283e6096356e40f34e5
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/b3d1d8cbb9346b252c501283e6096356e40f34e5
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits