Remember the state of collapsed/open menus on home tab

This commit is contained in:
Sebastiaan Pasma 2018-05-08 10:28:13 +02:00
commit f945b0f9a7
5 changed files with 39 additions and 7 deletions

View file

@ -120,7 +120,9 @@ angular.module('copayApp.services').factory('configService', function(storageSer
bitcoinAlias: 'btc',
bitcoinCashAlias: 'bch',
bitcoinWalletColor: '#fab915', // Observatory
bitcoinCashWalletColor: '#26B03C' // Dollar Green
bitcoinCashWalletColor: '#26B03C', // Dollar Green
homeSectionIsHidden: {}
};
var configCache = null;