Merge pull request #174 from Bitcoin-com/wallet/task/202

Improvement - 202 - Enable sound by default
This commit is contained in:
Brendon Duncan 2018-06-22 18:03:31 +12:00 committed by GitHub
commit f678c78839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
enabled: false,
},
soundsEnabled: false,
soundsEnabled: true,
log: {
filter: 'debug',