fix settings.js
This commit is contained in:
parent
c9cb2aae57
commit
c1d8103374
4 changed files with 18 additions and 18 deletions
|
|
@ -40,7 +40,7 @@ angular.module('copayApp.controllers').controller('SettingsController', function
|
|||
|
||||
localStorage.setItem('config', JSON.stringify({
|
||||
network: insightSettings,
|
||||
version: copay.version
|
||||
version: copay.version,
|
||||
defaultLanguage: $scope.selectedLanguage.isoCode
|
||||
}));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue