style(meshchat): format code for improved readability by adjusting line breaks in ReticulumMeshChat and CallPage components
This commit is contained in:
@@ -6991,7 +6991,9 @@ class ReticulumMeshChat:
|
|||||||
lxmf_destination_hash = lxmf_a["destination_hash"]
|
lxmf_destination_hash = lxmf_a["destination_hash"]
|
||||||
# Also update display name if telephony one was empty
|
# Also update display name if telephony one was empty
|
||||||
if not display_name or display_name == "Anonymous Peer":
|
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
|
break
|
||||||
|
|
||||||
# 2. If not found in announces, try to recall identity and calculate LXMF hash
|
# 2. If not found in announces, try to recall identity and calculate LXMF hash
|
||||||
|
|||||||
@@ -543,7 +543,10 @@
|
|||||||
title="Message via LXMF"
|
title="Message via LXMF"
|
||||||
@click.stop
|
@click.stop
|
||||||
>
|
>
|
||||||
<MaterialDesignIcon icon-name="message-text-outline" class="size-4" />
|
<MaterialDesignIcon
|
||||||
|
icon-name="message-text-outline"
|
||||||
|
class="size-4"
|
||||||
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ Auto-generated helper so Python tooling and the Electron build
|
|||||||
share the same version string.
|
share the same version string.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '3.2.0'
|
__version__ = "3.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user