Add setting for collapsing/expanding books at root level (#11543)

* Add setting for max number of expanded books

* Remove extra commas

* Add setting for expanding/collapsing books at root level

* Change typo in name of setting

* Change default value to false
This commit is contained in:
Barbara Valdez
2020-07-31 14:44:45 -07:00
committed by GitHub
parent 1a68f17650
commit c52155b621
4 changed files with 15 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ export const notebookConfigKey = 'notebook';
export const trustedBooksConfigKey = 'trustedBooks';
export const maxBookSearchDepth = 'maxBookSearchDepth';
export const remoteBookDownloadTimeout = 'remoteBookDownloadTimeout';
export const collapseBookItems = 'collapseBookItems';
export const winPlatform = 'win32';