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;