Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d4b04f0c by lovetox at 2022-08-18T16:38:21+02:00
refactor: Remove obsolete config option
- - - - -
1 changed file:
- gajim/common/setting_values.py
Changes:
=====================================
gajim/common/setting_values.py
=====================================
@@ -46,7 +46,6 @@ class _ACCOUNT_DEFAULT:
'chat_merge_consecutive_nickname',
'check_for_update',
'confirm_close_muc',
- 'confirm_close_multiple_tabs',
'confirm_on_window_delete',
'confirm_paste_image',
'dev_force_bookmark_2',
@@ -192,7 +191,6 @@ class _ACCOUNT_DEFAULT:
'check_for_update': True,
'confirm_block': '',
'confirm_close_muc': True,
- 'confirm_close_multiple_tabs': True,
'confirm_on_window_delete': True,
'confirm_paste_image': True,
'dark_theme': 2,
@@ -649,9 +647,6 @@ class WorkspaceSettings(TypedDict):
'Show a confirmation dialog to block a contact? Empty string '
'means never show the dialog.'),
'confirm_close_muc': _('Ask before closing a group chat tab/window.'),
- 'confirm_close_multiple_tabs': _(
- 'Ask before closing tabbed chat window if there are chats that '
- 'can lose data (chat, private chat).'),
'confirm_on_window_delete': _(
'Ask before quitting when Gajim’s window is closed'),
'confirm_paste_image': _('Ask before pasting an image.'),
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d4b04f0c1662f3b6145e0955c71d0ed14ebbfbbc
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d4b04f0c1662f3b6145e0955c71d0ed14ebbfbbc
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