Browse Source

thermostat: settings: update progs in memory, not only on disk

master
Richard Genoud 4 years ago
parent
commit
21585debf3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      soft/thermostat/src/settings.cpp

+ 2
- 0
soft/thermostat/src/settings.cpp View File

@ -138,6 +138,8 @@ void Settings::setRoomPrograms(int idx, QVector<struct Program> &progs)
return;
}
m_rooms[idx].progs = progs;
this->beginWriteArray("rooms", nbZones());
this->setArrayIndex(idx);


Loading…
Cancel
Save