Adjusted the default amount of items the side nav shows before the More.
This commit is contained in:
parent
f06dfddbf1
commit
5db4c80410
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import {ToastrService} from "ngx-toastr";
|
|||
export class SideNavComponent implements OnInit {
|
||||
|
||||
protected readonly WikiLink = WikiLink;
|
||||
protected readonly ItemLimit = 10;
|
||||
protected readonly ItemLimit = 13;
|
||||
protected readonly SideNavStreamType = SideNavStreamType;
|
||||
protected readonly SettingsTabId = SettingsTabId;
|
||||
protected readonly Breakpoint = Breakpoint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue