mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
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:
parent
41bd1ded63
commit
280c847996
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user