mirror of
https://github.com/dyuri/garmin-repafield.git
synced 2026-09-23 20:24:21 +00:00
#4 next nav point name display
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
<property id="themeColor3" type="string">FFFF00</property>
|
||||
<property id="hrDisplay" type="number">0</property>
|
||||
<property id="speedNotPace" type="boolean">false</property>
|
||||
<property id="showNextPoint" type="boolean">true</property>
|
||||
<property id="tlFieldData" type="number">1</property>
|
||||
</properties>
|
||||
|
||||
@@ -30,4 +30,7 @@
|
||||
<setting propertyKey="@Properties.speedNotPace" title="@Strings.SpeedNotPace">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
<setting propertyKey="@Properties.showNextPoint" title="@Strings.ShowNextPoint">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
</settings>
|
||||
@@ -9,6 +9,7 @@
|
||||
<string id="HrPercentage">Percentage</string>
|
||||
<string id="HrZone">Zone</string>
|
||||
<string id="SpeedNotPace">Show speed instead of pace</string>
|
||||
<string id="ShowNextPoint">Show next navigation point name (only on newer devices w/ high resolution)</string>
|
||||
<string id="TLFieldData">Top-left field data</string>
|
||||
<string id="TLFCadence">Cadence</string>
|
||||
<string id="TLFGrade">Grade</string>
|
||||
|
||||
Reference in New Issue
Block a user