From 280c8479964702429de865633c049857b7988a78 Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Sun, 29 Dec 2019 22:56:54 -0700 Subject: [PATCH] Eliminate MINOR_FLAG from list of indices on Daily page. This results in Timed Breath no longer being shown in the index list. --- oscar/daily.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index dbda5e79..f3d89aa5 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -1644,7 +1644,7 @@ void Daily::Load(QDate date) htmlLeftIndices = "\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;