[longomatch] Set ShowSubcategories true by default



commit 6ba3a65e8aa415c7ff83e1a99dc515361813fe5e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 13 14:49:54 2014 +0200

    Set ShowSubcategories true by default

 LongoMatch.Core/Store/DashboardButton.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/DashboardButton.cs b/LongoMatch.Core/Store/DashboardButton.cs
index 7b61f17..224a253 100644
--- a/LongoMatch.Core/Store/DashboardButton.cs
+++ b/LongoMatch.Core/Store/DashboardButton.cs
@@ -198,6 +198,7 @@ namespace LongoMatch.Core.Store
        {
                public AnalysisEventButton () {
                        TagsPerRow = 2;
+                       ShowSubcategories = true;
                }
                
                public bool ShowSubcategories {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]