Index: sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml =================================================================== diff -u -r9c7a790376d07de7ddaa67e39d47102d68693c87 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 9c7a790376d07de7ddaa67e39d47102d68693c87) +++ sources/gui/qml/pages/settings/SettingsDeviceRegistration.qml (.../SettingsDeviceRegistration.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2023-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2023-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file SettingsDeviceRegistration.qml * \author (last) Behrouz NematiPour - * \date (last) 07-Apr-2023 + * \date (last) 31-Aug-2023 * \author (original) Behrouz NematiPour * \date (original) 05-Apr-2023 * @@ -152,9 +152,9 @@ } Connections { target: vCloudSync - function onisRunningEntered ( vValue ) { _checkListView.checkList.setItem( 0, true )} - function onisRegisterStartEntered ( vValue ) { _checkListView.checkList.setItem( 1, true )} - function onisRegisterDoneEntered ( vValue ) { _checkListView.checkList.setItem( 1, vValue )} + function onisRunningEntered ( vValue ) { _checkListView.checkList.setItemExt( 0, true )} + function onisRegisterStartEntered ( vValue ) { _checkListView.checkList.setItemExt( 1, true )} + function onisRegisterDoneEntered ( vValue ) { _checkListView.checkList.setItemExt( 1, vValue )} } notificationText: ""