2
0

Fix persistence of sendInfoDecided.

Don't log it as an event, event logging is probably disabled at this
point anyway.
This commit is contained in:
Maarten Billemont
2020-04-21 13:26:12 -04:00
parent c4f60e325d
commit 1bd654621c
4 changed files with 5 additions and 9 deletions

View File

@@ -21,7 +21,7 @@
@implementation MPConfig
@dynamic sendInfo, rememberLogin, checkInconsistency, hidePasswords, siteAttacker;
@dynamic sendInfo, sendInfoDecided, notificationsDecided, rememberLogin, hidePasswords, siteAttacker, checkInconsistency;
- (id)init {