Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
ca13e02e by wurstsalat at 2022-10-10T20:22:21+02:00
change: Preferences: Move show_chatstate_in_banner to ACE settings
- - - - -
2 changed files:
- gajim/common/setting_values.py
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/common/setting_values.py
=====================================
@@ -685,6 +685,8 @@ class WorkspaceSettings(TypedDict):
'search_engine': '',
'send_on_ctrl_enter': _(
'Send message on Ctrl+Enter and make a new line with Enter.'),
+ 'show_chatstate_in_banner': _(
+ 'Show chat state (e.g. "is typing…") next to your contact’s name'),
'stun_server': _('STUN server to use when using Jingle'),
'trayicon_notification_on_events': _(
'Notify of events in the notification area.'),
=====================================
gajim/gtk/preferences.py
=====================================
@@ -303,12 +303,6 @@ def __init__(self, *args: Any) -> None:
'print_status_in_chats',
desc=_('For example: "Julia is now online"')),
- Setting(SettingKind.SWITCH,
- _('Show Chat State In Banner'),
- SettingType.CONFIG,
- 'show_chatstate_in_banner',
- desc=_('Show the contact’s chat state (e.g. typing) in '
- 'the chats tab’s banner')),
]
PreferenceBox.__init__(self, settings)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ca13e02e7b25cffb6bc2f0aa9805acc5c12efd7b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/ca13e02e7b25cffb6bc2f0aa9805acc5c12efd7b
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