Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
2e0cf3ec by wurstsalat at 2025-01-31T23:33:29+01:00
cfix: EntrySetting: Use default invisible char
- - - - -
1 changed file:
- gajim/gtk/settings.py
Changes:
=====================================
gajim/gtk/settings.py
=====================================
@@ -458,7 +458,6 @@ def __init__(self, *args: Any) -> None:
self.entry.set_alignment(1)
if self.value == "password":
- self.entry.set_invisible_char("*")
self.entry.set_visibility(False)
self.setting_box.append(self.entry)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2e0cf3ec0b364172bf4d35549a645f315b2299e3
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2e0cf3ec0b364172bf4d35549a645f315b2299e3
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]