From 309bfb623b480af75945511199557902dd514aca Mon Sep 17 00:00:00 2001 From: Roberto Viola Date: Fri, 31 Jan 2025 16:35:31 +0100 Subject: [PATCH] preparing for #2632 --- src/settings.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/settings.qml b/src/settings.qml index 416ba1185..db03e4985 100644 --- a/src/settings.qml +++ b/src/settings.qml @@ -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) {