Skip to content

Commit 0a3f4ff

Browse files
authored
Fix indentation and reorder property declarations
1 parent 5ead47d commit 0a3f4ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/settings.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,10 +1706,10 @@ import AndroidStatusBar 1.0
17061706
property bool tile_watt_color_enabled: true
17071707
property bool tile_pace_color_enabled: true
17081708
property bool treadmill_force_running_activity: false
1709-
property bool proform_treadmill_105_cst: false
1710-
property bool waterrower_usb: false
1709+
property bool proform_treadmill_105_cst: false
17111710
property real trainprogram_pid_hr_pushy_zone_limit: 0.8
17121711
property real trainprogram_pid_hr_recovery_zone_limit: 60.0
1712+
property bool waterrower_usb: false
17131713
}
17141714

17151715

0 commit comments

Comments
 (0)