Remember the state of collapsed/open menus on home tab
This commit is contained in:
parent
e28d85ee46
commit
f945b0f9a7
5 changed files with 39 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue