Skip to content
Snippets Groups Projects
Commit d8ab85be authored by “Kateryna”'s avatar “Kateryna” Committed by Kateryna Kostiuk
Browse files

main menu: provide help functionality

This patch adds a link to jami help webpage.

Change-Id: I3eb61c0e2fe9b5c996655a792d8b025e3170813d
parent f24b40e3
No related branches found
No related tags found
No related merge requests found
......@@ -631,4 +631,10 @@ typedef NS_ENUM(NSInteger, ViewState) {
[self changeViewTo:SHOW_CONVERSATION_SCREEN];
}
- (void)showHelp:(id)sender
{
NSURL * helpFile = [NSURL URLWithString: @"https://jami.net/help/"];
[[NSWorkspace sharedWorkspace] openURL:helpFile];
}
@end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment