added option to enable and disable sound
This commit is contained in:
parent
f1c7515274
commit
f8baca943c
4 changed files with 22 additions and 1 deletions
|
|
@ -106,6 +106,8 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
enabled: false,
|
||||
},
|
||||
|
||||
soundsEnabled: false,
|
||||
|
||||
log: {
|
||||
filter: 'debug',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue