Hide about/quit button in setting view

This commit is contained in:
Yann Diorcet 2012-07-27 12:15:44 +02:00
parent d452426fee
commit 332ab5e4ee

View file

@ -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"];