Eliminate MINOR_FLAG from list of indices on Daily page.

This results in Timed Breath no longer being shown in the index list.
This commit is contained in:
Guy Scharf 2019-12-29 22:56:54 -07:00
parent 41bd1ded63
commit 280c847996

View File

@ -1644,7 +1644,7 @@ void Daily::Load(QDate date)
htmlLeftIndices = "<table cellspacing=0 cellpadding=0 border=0 width='100%'>\n";
quint32 zchans = schema::SPAN | schema::FLAG;
bool show_minors = true;
bool show_minors = false; // true;
if (p_profile->general->showUnknownFlags()) zchans |= schema::UNKNOWN;
if (show_minors) zchans |= schema::MINOR_FLAG;