Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
dd173909 by cal0pteryx at 2026-08-09T10:37:40+02:00
imprv: Preferences: Improve description of logging actions
- - - - -
1 changed file:
- gajim/gtk/preference/app.py
Changes:
=====================================
gajim/gtk/preference/app.py
=====================================
@@ -1106,7 +1106,7 @@ def __init__(self) -> None:
_("Debug Logging"),
SettingType.VALUE,
app.get_debug_mode(),
- desc=_("Restart Gajim to start debug logging"),
+ desc=_("Let Gajim generate a log to trace errors (restart
required)"),
props={
"button-icon-name": "lucide-folder-symbolic",
"button-callback": self._on_open_debug_logs,
@@ -1118,6 +1118,7 @@ def __init__(self) -> None:
_("Debug Console"),
SettingType.VALUE,
None,
+ desc=_("Show Gajim's internal logs and XML protocol data"),
props={
"button-text": _("Open"),
"button-callback": self._on_debug,
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/dd173909442894abb5bba272b996a3ec0705d891
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/dd173909442894abb5bba272b996a3ec0705d891
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]