Update properties.xml

Moved Wi-Fi option up to be more prominent.
This commit is contained in:
Philip Abbey
2025-07-22 22:05:04 +01:00
parent 9641313492
commit c138fad6ca

View File

@ -38,6 +38,12 @@
--> -->
<property id="clear_cache" type="boolean">false</property> <property id="clear_cache" type="boolean">false</property>
<!--
Enables the SyncDelegate and prompt to send a command over Wi-Fi/LTE.
This will only show when not connected to the user's phone.
-->
<property id="wifi_lte_execution" type="boolean">false</property>
<!-- <!--
Enable notification via vibrations, typically for confirmation of actions. Enable notification via vibrations, typically for confirmation of actions.
--> -->
@ -95,10 +101,4 @@
for trouble shooting. for trouble shooting.
--> -->
<property id="webhook_id" type="string"></property> <property id="webhook_id" type="string"></property>
<!--
Enables the SyncDelegate and prompt to send a command over Wi-Fi/LTE.
This will only show when not connected to the user's phone.
-->
<property id="wifi_lte_execution" type="boolean">false</property>
</properties> </properties>