Skip to content

Commit 41797f0

Browse files
committed
Move freebeat_serialport to the bottom of the settings property block
Keeps this branch's own setting addition last, after master's waterrower_usb, matching the convention of appending new settings.
1 parent e907a6b commit 41797f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/settings.qml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,9 +1735,8 @@ import AndroidStatusBar 1.0
17351735
property int mywhoosh_link_right_power: 0
17361736
property int mywhoosh_link_camera_value: 1
17371737
property int mywhoosh_link_emote_value: 1
1738-
property string freebeat_serialport: ""
1739-
17401738
property bool waterrower_usb: false
1739+
property string freebeat_serialport: ""
17411740
}
17421741

17431742

0 commit comments

Comments
 (0)