Fixed import menu in pref side nav missing.

This commit is contained in:
Joseph Milazzo 2025-06-13 19:00:43 -05:00
parent 48a929c49d
commit 17f9328c8a
7 changed files with 35 additions and 14 deletions

View file

@ -10,5 +10,5 @@ public enum SideNavStreamType
ExternalSource = 6,
AllSeries = 7,
WantToRead = 8,
BrowseAuthors = 9
BrowsePeople = 9
}