Showing the session log some love. Replaced slider with checkbox bar.

This commit is contained in:
Andy Phillipson 2017-07-19 16:42:15 -04:00
commit adc81ffa4c
No known key found for this signature in database
GPG key ID: D813A67D567D6C88
16 changed files with 192 additions and 212 deletions

View file

@ -83,6 +83,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
emailNotifications: {
enabled: false,
},
log: {
filter: 'debug',
},
};
var configCache = null;