mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
refactor: clean up
This commit is contained in:
parent
2fe900061e
commit
0772c7eeef
2 changed files with 2 additions and 4 deletions
BIN
meshchatx.rsm
BIN
meshchatx.rsm
Binary file not shown.
|
|
@ -721,9 +721,7 @@
|
|||
{{ $t("interfaces.autoconnect_announces_to_internal_label") }}
|
||||
</div>
|
||||
<div class="text-xs text-gray-500 dark:text-gray-400">
|
||||
{{
|
||||
$t("interfaces.autoconnect_announces_to_internal_hint")
|
||||
}}
|
||||
{{ $t("interfaces.autoconnect_announces_to_internal_hint") }}
|
||||
</div>
|
||||
</div>
|
||||
<Toggle
|
||||
|
|
@ -1422,7 +1420,7 @@ export default {
|
|||
? Number(discovery.autoconnect_interface_gravity)
|
||||
: null;
|
||||
this.discoveryConfig.autoconnect_announces_to_internal = this.parseBool(
|
||||
discovery.autoconnect_announces_to_internal ?? false,
|
||||
discovery.autoconnect_announces_to_internal ?? false
|
||||
);
|
||||
this.discoveryConfig.default_bootstrap_only = this.parseBool(discovery.default_bootstrap_only ?? false);
|
||||
this.discoveryConfig.network_identity = discovery.network_identity ?? "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue