Added more comment to displaySpecSetting

This commit is contained in:
djmaze 2020-12-10 14:22:46 +01:00
parent d34729a1ae
commit 324c7121cc

View file

@ -8,10 +8,13 @@ import { getFolderInboxName, getFolderFromCacheList } from 'Common/Cache';
class FolderUserStore {
constructor() {
ko.addObservablesTo(this, {
// To use "checkable" option in /#/settings/folders
// When true, getNextFolderNames only lists system and "checkable" folders
// and affects the update of unseen count
// Auto set to true when amount of folders > folderSpecLimit to prevent requests overload
/**
* To use "checkable" option in /#/settings/folders
* When true, getNextFolderNames only lists system and "checkable" folders
* and affects the update of unseen count
* Auto set to true when amount of folders > folderSpecLimit to prevent requests overload,
* see application.ini [labs] folders_spec_limit
*/
displaySpecSetting: false,
sentFolder: '',