NW v0.16. Migrate localstorage data to chrome.storage
This commit is contained in:
parent
fa39cee3b6
commit
a50f3fb50c
4 changed files with 61 additions and 8 deletions
|
|
@ -20,6 +20,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
ret.prevState = 'walletHome';
|
||||
ret.physicalScreenWidth = ((window.innerWidth > 0) ? window.innerWidth : screen.width);
|
||||
|
||||
// Only for testing
|
||||
//storageService.checkQuota();
|
||||
|
||||
ret.menu = [{
|
||||
'title': gettext('Receive'),
|
||||
'icon': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue