Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
91ef7589 by wurstsalat at 2022-05-17T09:27:58+02:00
chore: Remove obsolete 'time_stamp' setting

- - - - -


1 changed file:

- gajim/common/setting_values.py


Changes:

=====================================
gajim/common/setting_values.py
=====================================
@@ -161,7 +161,6 @@ class _ACCOUNT_DEFAULT:
     'show_main_window_on_startup',
     'speller_language',
     'stun_server',
-    'time_stamp',
     'trayicon',
     'video_framerate',
     'video_input_device',
@@ -209,7 +208,6 @@ class _ACCOUNT_DEFAULT:
     'hide_on_main_window_x_button': False,
     'main_window_skip_taskbar': False,
     'latest_disco_addresses': '',
-    'time_stamp': '%x | %X  ',
     'change_roster_title': True,
     'restore_timeout': -1,
     'send_on_ctrl_enter': False,
@@ -625,7 +623,6 @@ class WorkspaceSettings(TypedDict):
         'ascii_formatting': _('Treat * / _ pairs as possible formatting 
characters.'),
         'gc_refer_to_nick_char': _('Character to add after nickname when using 
nickname completion (tab) in group chat.'),
         'save_main_window_position': _('If enabled, Gajim will save the main 
window position when hiding it, and restore it when showing the window again.'),
-        'time_stamp': _('This option lets you customize the timestamp that is 
printed in conversation. For example \'[%H:%M] \' will show \'[hour:minute] \'. 
See python doc on strftime for full documentation 
(https://docs.python.org/3/library/time.html#time.strftime).'),
         'chat_timestamp_format': 
'https://docs.python.org/3/library/time.html#time.strftime',
         'change_roster_title': _('If enabled, Gajim will add * and [n] in 
contact list window title.'),
         'restore_timeout': _('How far back in time (minutes) chat history is 
restored. -1 means no limit.'),



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

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