forked from mirrors/linphone-iphone
Hide about/quit button in setting view
This commit is contained in:
parent
d452426fee
commit
332ab5e4ee
1 changed files with 3 additions and 0 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue