HOME 2 years ago
parent
commit
6f7dee9b38
1 changed files with 2 additions and 1 deletions
  1. 2 1
      FNZCM/FNZCM.ConHost/Ver2/Program2.cs

+ 2 - 1
FNZCM/FNZCM.ConHost/Ver2/Program2.cs

@@ -242,7 +242,8 @@ namespace FNZCM.ConHost.Ver2
                     if (_isLoading) sb.Append("<h4 style=position:fixed;right:0px;top:0px;margin:0>Still Loading...</h4>");
 
                     sb.Append($"<h2>{ConfigFile.Instance.Title}</h2>");
-                    sb.Append($"<h3>Libraries (Total number of disc: {Libraries.Sum(p=>p.Value.Discs.Count)})</h3>");
+                    sb.Append($"<h3>Libraries</h3>");
+                    sb.Append($"<h4>(Total number of disc: {Libraries.Sum(p=>p.Value.Discs.Count)})</h4>");
 
                     sb.Append("<ul>");
                     foreach (var library in Libraries.OrderBy(p => p.Key))