mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Added: "You have too many folders!" description (#414)
This commit is contained in:
parent
71a141dbb4
commit
ec51bb0b9f
29 changed files with 66 additions and 12 deletions
|
|
@ -134,8 +134,8 @@
|
|||
this.namespace = '';
|
||||
this.folderList = ko.observableArray([]);
|
||||
this.folderList.focused = ko.observable(false);
|
||||
|
||||
this.foldersListError = ko.observable('');
|
||||
this.folderList.optimized = ko.observable(false);
|
||||
this.folderList.error = ko.observable('');
|
||||
|
||||
this.foldersLoading = ko.observable(false);
|
||||
this.foldersCreating = ko.observable(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue