Fixed: Folder expand/collapse not remembered (#934)

This commit is contained in:
RainLoop Team 2016-01-22 19:51:22 +03:00
parent c926642bff
commit 568a1a1cda
8 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@ import PgpStore from 'Stores/User/Pgp';
import MessageStore from 'Stores/User/Message';
import ContactStore from 'Stores/User/Contact';
import Local from 'Storage/Client.jsx';
import Local from 'Storage/Client';
import Settings from 'Storage/Settings';
import Remote from 'Remote/User/Ajax';