diff --git a/Classes/SettingsViewController.m b/Classes/SettingsViewController.m index be5ae481e..14c9fbefe 100644 --- a/Classes/SettingsViewController.m +++ b/Classes/SettingsViewController.m @@ -383,6 +383,9 @@ static UICompositeViewDescription *compositeDescription = nil; } NSMutableSet *hiddenKeys = [NSMutableSet set]; + [hiddenKeys addObject:@"quit_button"]; // Hide for the moment + [hiddenKeys addObject:@"about_button"]; // Hide for the moment + if (!linphone_core_video_supported([LinphoneManager getLc])) [hiddenKeys addObject:@"video_menu"];