Skip to content

Commit

Permalink
preparing for #2632
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Jan 31, 2025
1 parent 9a99740 commit 309bfb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/settings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,13 @@ import QtQuick.Dialogs 1.0
property bool treadmill_follow_wattage: false
property bool fit_file_garmin_device_training_effect: false
property bool proform_treadmill_705_cst_V80_44: false

// from version 2.18.19
property string peloton_accesstoken: ""
property string peloton_refreshtoken: ""
property string peloton_lastrefresh: ""
property string peloton_expires: ""
property string peloton_code: ""
}

function paddingZeros(text, limit) {
Expand Down

0 comments on commit 309bfb6

Please sign in to comment.