slim sidebar with doc list adjusting

This commit is contained in:
Michael Shamoon
2022-09-12 14:51:34 -07:00
parent 617055fca7
commit 1330390b4f
5 changed files with 114 additions and 44 deletions

View File

@@ -63,8 +63,6 @@ export class AppFrameComponent implements ComponentCanDeactivate {
}
set slimSidebarEnabled(enabled: boolean) {
console.log('set slimSidebarEnabled', enabled)
this.settingsService.set(SETTINGS_KEYS.SLIM_SIDEBAR, enabled)
this.settingsService
.storeSettings()