Philipp Hörist pushed to branch master at gajim / gajim


Commits:
a1120260 by lovetox at 2022-05-22T14:41:41+02:00
fix: Preferences: Hide non-functional xhtml setting

- - - - -


1 changed file:

- gajim/gtk/preferences.py


Changes:

=====================================
gajim/gtk/preferences.py
=====================================
@@ -260,12 +260,12 @@ def __init__(self, *args: Any) -> None:
                     'positive_184_ack',
                     desc=_('Add a checkmark to received messages')),
 
-            Setting(SettingKind.SWITCH,
-                    _('XHTML Formatting'),
-                    SettingType.CONFIG,
-                    'show_xhtml',
-                    desc=_('Render XHTML styles (colors, etc.) of incoming '
-                           'messages')),
+            # Setting(SettingKind.SWITCH,
+            #         _('XHTML Formatting'),
+            #         SettingType.CONFIG,
+            #         'show_xhtml',
+            #         desc=_('Render XHTML styles (colors, etc.) of incoming '
+            #                'messages')),
 
             Setting(SettingKind.SWITCH,
                     _('Show Send Message Button'),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a1120260e96b835839c96b50471d56b04c4b4ef2

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/a1120260e96b835839c96b50471d56b04c4b4ef2
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

Reply via email to