Index: sources/view/settings/VDuetRoWaterDG.cpp =================================================================== diff -u -r9a61db88ccc5454001d4759e6ee5402695fda993 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 9a61db88ccc5454001d4759e6ee5402695fda993) +++ sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2023-2023 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 VDuetRoWaterDG.cpp * \author (last) Behrouz NematiPour - * \date (last) 18-Apr-2021 + * \date (last) 05-Apr-2023 * \author (original) Behrouz NematiPour - * \date (original) 18-Apr-2021 + * \date (original) 03-Apr-2023 * */ #include "VDuetRoWaterDG.h" @@ -72,10 +72,12 @@ * \brief VDuetRoWaterDG::onSettingsDone * \details fills the items below, read from the settings file, when the reading is notified done by ApplicationController. * acidConcentrateOptions - * */ void View::VDuetRoWaterDG::onActionReceive(const SettingsData &) { + _post = true; QString mCategory = Storage::Settings_Category_SettingsSystem; FROMVARIANT( status, "RoWaterMode", "RoWaterMode", UInt ); + //POST// + doAdjustment(_status); }