mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-30 23:00:29 -04:00
Fix: hide sidebar counts during saved views organization (#10716)
This commit is contained in:
parent
7b679e11bc
commit
08887cb8e3
@ -287,6 +287,9 @@ export class AppFrameComponent
|
||||
}
|
||||
|
||||
get showSidebarCounts(): boolean {
|
||||
return this.settingsService.get(SETTINGS_KEYS.SIDEBAR_VIEWS_SHOW_COUNT)
|
||||
return (
|
||||
this.settingsService.get(SETTINGS_KEYS.SIDEBAR_VIEWS_SHOW_COUNT) &&
|
||||
!this.settingsService.organizingSidebarSavedViews
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user