jsxc, sharing: Add 'Learn more...' link for help pages

Solves #1907 for JSXC and Sharing pages. WireGuard is not yet included in the
manual and missing pages show an ugly error.

Signed-off-by: Fioddor Superconcentrado <fioddor@gmail.com>
[sunil: Formatted using yapf]
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Fioddor Superconcentrado 2020-08-30 18:05:32 +02:00 committed by Sunil Mohan Adapa
parent 987f74ee0b
commit 0d4d3beea3
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@ class JSXCApp(app_module.App):
info = app_module.Info(app_id=self.app_id, version=version,
name=_('JSXC'), icon_filename='jsxc',
short_description=_('Chat Client'),
description=_description, clients=clients)
description=_description, manual_page='JSXC',
clients=clients)
self.add(info)
menu_item = menu.Menu('menu-jsxc', info.name, info.short_description,

View File

@ -36,7 +36,7 @@ class SharingApp(app_module.App):
super().__init__()
info = app_module.Info(app_id=self.app_id, version=version,
name=_('Sharing'), icon_filename='sharing',
description=_description)
manual_page='Sharing', description=_description)
self.add(info)
menu_item = menu.Menu('menu-sharing', info.name, None,