Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-06-17 20:58:06 +0300
committerlovetox <philipp@hoerist.com>2022-06-17 20:58:06 +0300
commitf27020188f42ad336cdd3cade7d811f9c4194c70 (patch)
tree9118948148260be5a320e2d21d5ac2b38a8cf64b /gajim/gtk/preferences.py
parent83906f5526f9dde3abaac1bb9ae2311d6fe55284 (diff)
fix: Preferences: Remove `Minimize to Tray` setting
It’s better to leave this up to the window manager and don’t mess with it. Users who don’t want to minimize to tray can either use the tray show/hide button or set the `Action on Close` setting accordingly.
Diffstat (limited to 'gajim/gtk/preferences.py')
-rw-r--r--gajim/gtk/preferences.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/gajim/gtk/preferences.py b/gajim/gtk/preferences.py
index cac6e2e74..077bb9ac7 100644
--- a/gajim/gtk/preferences.py
+++ b/gajim/gtk/preferences.py
@@ -213,12 +213,6 @@ class WindowBehaviour(PreferenceBox):
desc=_('Action when closing Gajim’s window')),
Setting(SettingKind.SWITCH,
- _('Minimize to Tray'),
- SettingType.CONFIG,
- 'minimize_to_tray',
- desc=_('Hide window to system tray when minimized')),
-
- Setting(SettingKind.SWITCH,
_('Show in Taskbar'),
SettingType.CONFIG,
'show_in_taskbar',