Index: sources/view/settings/VDuetRoWaterDG.cpp =================================================================== diff -u -r944eb07705486e6c76221e6d3ff00c7f33613ec5 -r6c6f1f5d466badd9b4fd67be7c907234c342b2a2 --- sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 944eb07705486e6c76221e6d3ff00c7f33613ec5) +++ sources/view/settings/VDuetRoWaterDG.cpp (.../VDuetRoWaterDG.cpp) (revision 6c6f1f5d466badd9b4fd67be7c907234c342b2a2) @@ -7,7 +7,7 @@ * * \file VDuetRoWaterDG.cpp * \author (last) Behrouz NematiPour - * \date (last) 03-Apr-2023 + * \date (last) 05-Apr-2023 * \author (original) Behrouz NematiPour * \date (original) 03-Apr-2023 * @@ -72,12 +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); }