FIX daily leftsidebar: display user data flags only if enabled.

This commit is contained in:
LoudSnorer 2024-02-08 15:07:06 -05:00
parent 26260b61e9
commit 7eedac6d90

View File

@ -1721,6 +1721,11 @@ void Daily::Load(QDate date)
schema::Channel & chan = schema::channel[code];
// if (!chan.enabled()) continue;
QString data;
if (
( code == CPAP_UserFlag1 || code == CPAP_UserFlag2) &&
( ( !p_profile->cpap->userEventFlagging()) || (p_profile->cpap->clinicalMode())) ){
continue;
}
float channelHours = hours;
if (chan.machtype() != MT_CPAP) {
// Use device type hours (if available) rather than CPAP hours, since