Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff
This commit is contained in:
commit
57461374ac
69 changed files with 9140 additions and 1332 deletions
|
|
@ -41,6 +41,7 @@ export enum SettingsTabId {
|
|||
// Non-Admin
|
||||
Account = 'account',
|
||||
Preferences = 'preferences',
|
||||
ReadingProfiles = 'reading-profiles',
|
||||
Clients = 'clients',
|
||||
Theme = 'theme',
|
||||
Devices = 'devices',
|
||||
|
|
@ -111,6 +112,7 @@ export class PreferenceNavComponent implements AfterViewInit {
|
|||
children: [
|
||||
new SideNavItem(SettingsTabId.Account, []),
|
||||
new SideNavItem(SettingsTabId.Preferences),
|
||||
new SideNavItem(SettingsTabId.ReadingProfiles),
|
||||
new SideNavItem(SettingsTabId.Customize, [], undefined, [Role.ReadOnly]),
|
||||
new SideNavItem(SettingsTabId.Clients),
|
||||
new SideNavItem(SettingsTabId.Theme),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue