mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
zoph: Include tags from the manifest
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
800464eb49
commit
e206eb941c
@ -55,7 +55,7 @@ class ZophApp(app_module.App):
|
||||
info = app_module.Info(app_id=self.app_id, version=self._version,
|
||||
name=_('Zoph'), icon_filename='zoph',
|
||||
description=_description, manual_page='Zoph',
|
||||
clients=manifest.clients)
|
||||
clients=manifest.clients, tags=manifest.tags)
|
||||
self.add(info)
|
||||
|
||||
menu_item = menu.Menu('menu-zoph', info.name, info.short_description,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user