Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
aca765b7 by wurstsalat at 2021-09-05T18:15:24+02:00
Settings: Remove 'Show chatstate in tabs'
- - - - -
2 changed files:
- gajim/common/setting_values.py
- gajim/gtk/preferences.py
Changes:
=====================================
gajim/common/setting_values.py
=====================================
@@ -129,7 +129,6 @@ class _ACCOUNT_DEFAULT:
'gc_sync_threshold_public_default': 1,
'gc_sync_threshold_private_default': 0,
'show_subject_on_join': True,
- 'show_chatstate_in_tabs': True,
'show_chatstate_in_banner': True,
'muclumbus_api_jid': '[email protected]',
'muclumbus_api_http_uri': 'https://search.jabber.network/api/1.0/search',
=====================================
gajim/gtk/preferences.py
=====================================
@@ -279,13 +279,6 @@ def __init__(self, *args):
'print_status_in_chats',
desc=_('For example: "Julia is now online"')),
- Setting(SettingKind.SWITCH,
- _('Show Chat State In Tabs'),
- SettingType.CONFIG,
- 'show_chatstate_in_tabs',
- desc=_('Show the contact’s chat state (e.g. typing) in '
- 'the chat’s tab')),
-
Setting(SettingKind.SWITCH,
_('Show Chat State In Banner'),
SettingType.CONFIG,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/aca765b762aa42fb392cfffc9fbfb5b347707dc8
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/aca765b762aa42fb392cfffc9fbfb5b347707dc8
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