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

@@ -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"