e2ee api: Add space before encryption name in status bar
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
d56d442253
commit
47909c4dcf
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class E2EEPlugin(BasePlugin):
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
if jid in self._enabled_tabs:
|
if jid in self._enabled_tabs:
|
||||||
return self.encryption_short_name
|
return " " + self.encryption_short_name
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
def _toggle_tab(self, _input: str) -> None:
|
def _toggle_tab(self, _input: str) -> None:
|
||||||
|
|
Loading…
Reference in a new issue