mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
torproxy: Rename icon from tor to torproxy
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
949f6ce353
commit
9a1e5a3eeb
@ -44,7 +44,7 @@ class TorProxyApp(app_module.App):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
info = app_module.Info(app_id=self.app_id, version=self._version,
|
info = app_module.Info(app_id=self.app_id, version=self._version,
|
||||||
name=_('Tor Proxy'), icon_filename='tor',
|
name=_('Tor Proxy'), icon_filename='torproxy',
|
||||||
short_description=_('Anonymity Network'),
|
short_description=_('Anonymity Network'),
|
||||||
description=_description,
|
description=_description,
|
||||||
manual_page='TorProxy',
|
manual_page='TorProxy',
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
Loading…
x
Reference in New Issue
Block a user