Enable sound by default
This commit is contained in:
parent
d22f489794
commit
59bb7ee65f
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ angular.module('copayApp.services').factory('configService', function(storageSer
|
|||
enabled: false,
|
||||
},
|
||||
|
||||
soundsEnabled: false,
|
||||
soundsEnabled: true,
|
||||
|
||||
log: {
|
||||
filter: 'debug',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue