style(meshchat): format code for improved readability by adjusting line breaks in ReticulumMeshChat and CallPage components
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user