mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-08-02 09:58:39 +00:00
Finishing off widget+app code changes.
Glance now updates the status. Fix for quitting the application when persistently displaying an ErrorView. Added option for Widget RootView to immediately start HomeAssistant without waiting for a tap as requested by a user.
This commit is contained in:
@ -36,8 +36,22 @@
|
||||
-->
|
||||
<property id="confirm_timeout" type="number">3</property>
|
||||
|
||||
<!--
|
||||
Lean UI vs second level of menu text.
|
||||
-->
|
||||
<property id="types_representation" type="boolean"></property>
|
||||
|
||||
<!--
|
||||
left to right or right-to-left text. Language dependent.
|
||||
-->
|
||||
<property id="menu_alignment" type="boolean"></property>
|
||||
|
||||
<!--
|
||||
Widget specific setting:
|
||||
As soon as the menu has been fetched start show the menu of items.
|
||||
This behaviour is inconsistent with the standard Garmin User Interface, but has been
|
||||
requested by users so has been made the non-default option.
|
||||
-->
|
||||
<property id="widget_start_no_tap" type="boolean"></property>
|
||||
|
||||
</properties>
|
||||
|
Reference in New Issue
Block a user