added option to enable and disable sound

This commit is contained in:
Kadir Sekha 2018-02-26 11:47:11 +05:00
commit f8baca943c
4 changed files with 22 additions and 1 deletions

View file

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