mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
disable send db by default
This commit is contained in:
parent
3521745f28
commit
9656a0a08c
1 changed files with 3 additions and 0 deletions
|
|
@ -618,6 +618,9 @@ void update_hash_cbs(LinphoneAccountCreator *creator, LinphoneAccountCreatorStat
|
|||
if (!debugEnabled) {
|
||||
[hiddenKeys addObject:@"send_logs_button"];
|
||||
[hiddenKeys addObject:@"reset_logs_button"];
|
||||
}
|
||||
|
||||
if (![LinphoneManager.instance lpConfigBoolForKey:@"send_db"]) {
|
||||
[hiddenKeys addObject:@"send_db_button"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue