mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
show local propagation node address in settings
This commit is contained in:
parent
a47f33b985
commit
3dd01effb8
1 changed files with 4 additions and 1 deletions
|
|
@ -89,7 +89,10 @@
|
|||
</div>
|
||||
<label class="ml-2 text-sm font-medium text-gray-900">Local Propagation Node</label>
|
||||
</div>
|
||||
<div class="text-sm text-gray-700">When enabled, MeshChat will run a Propagation Node and announce it for other clients to use.</div>
|
||||
<div class="text-sm text-gray-700">When enabled, MeshChat will run a Propagation Node and announce it with the following address for other clients to use.</div>
|
||||
<div class="flex">
|
||||
<input disabled v-model="config.lxmf_local_propagation_node_address_hash" type="text" class="bg-gray-200 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full p-2.5">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="p-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue