style(meshchat): format code for improved readability by adjusting line breaks in ReticulumMeshChat and CallPage components

This commit is contained in:
2026-01-01 22:47:37 -06:00
parent d0d204a7d3
commit 5ad8003d81
3 changed files with 8 additions and 3 deletions

View File

@@ -6991,7 +6991,9 @@ class ReticulumMeshChat:
lxmf_destination_hash = lxmf_a["destination_hash"]
# Also update display name if telephony one was empty
if not display_name or display_name == "Anonymous Peer":
display_name = self.parse_lxmf_display_name(lxmf_a["app_data"])
display_name = self.parse_lxmf_display_name(
lxmf_a["app_data"]
)
break
# 2. If not found in announces, try to recall identity and calculate LXMF hash

View File

@@ -543,7 +543,10 @@
title="Message via LXMF"
@click.stop
>
<MaterialDesignIcon icon-name="message-text-outline" class="size-4" />
<MaterialDesignIcon
icon-name="message-text-outline"
class="size-4"
/>
</a>
</div>
<span

View File

@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
share the same version string.
"""
__version__ = '3.2.0'
__version__ = "3.2.0"