Merge pull request #174 from Bitcoin-com/wallet/task/202
Improvement - 202 - Enable sound by default
This commit is contained in:
commit
f678c78839
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
soundsEnabled: false,
|
soundsEnabled: true,
|
||||||
|
|
||||||
log: {
|
log: {
|
||||||
filter: 'debug',
|
filter: 'debug',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue