mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-06-15 19:08:40 +00:00
Aligned naming of menu item types
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
<!-- Best be a public URL in order to work away from your home LAN and have a trusted HTTPS certificate -->
|
||||
<property id="config_url" type="string"></property>
|
||||
|
||||
<property id="lean_ui" type="boolean"></property>
|
||||
<property id="types_representation" type="boolean"></property>
|
||||
|
||||
<property id="menu_alignment" type="boolean"></property>
|
||||
</properties>
|
||||
|
@ -44,8 +44,8 @@
|
||||
</setting>
|
||||
|
||||
<setting
|
||||
propertyKey="@Properties.lean_ui"
|
||||
title="More leaner UI"
|
||||
propertyKey="@Properties.types_representation"
|
||||
title="Representing types with labels (off) or with icons (on)"
|
||||
>
|
||||
<settingConfig
|
||||
type="boolean"
|
||||
|
Reference in New Issue
Block a user