Adjusted the default amount of items the side nav shows before the More.

This commit is contained in:
Joseph Milazzo 2025-06-05 17:53:10 -05:00
parent f06dfddbf1
commit 5db4c80410

View file

@ -37,7 +37,7 @@ import {ToastrService} from "ngx-toastr";
export class SideNavComponent implements OnInit { export class SideNavComponent implements OnInit {
protected readonly WikiLink = WikiLink; protected readonly WikiLink = WikiLink;
protected readonly ItemLimit = 10; protected readonly ItemLimit = 13;
protected readonly SideNavStreamType = SideNavStreamType; protected readonly SideNavStreamType = SideNavStreamType;
protected readonly SettingsTabId = SettingsTabId; protected readonly SettingsTabId = SettingsTabId;
protected readonly Breakpoint = Breakpoint; protected readonly Breakpoint = Breakpoint;