From 9a1e5a3eeb8072a966bb07e0ac72edf5a633e5db Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 22 Jul 2023 13:02:17 -0700 Subject: [PATCH] torproxy: Rename icon from tor to torproxy Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/torproxy/__init__.py | 2 +- .../torproxy/static/icons/{tor.png => torproxy.png} | Bin .../torproxy/static/icons/{tor.svg => torproxy.svg} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename plinth/modules/torproxy/static/icons/{tor.png => torproxy.png} (100%) rename plinth/modules/torproxy/static/icons/{tor.svg => torproxy.svg} (100%) diff --git a/plinth/modules/torproxy/__init__.py b/plinth/modules/torproxy/__init__.py index 41580bc2a..ecec9aab9 100644 --- a/plinth/modules/torproxy/__init__.py +++ b/plinth/modules/torproxy/__init__.py @@ -44,7 +44,7 @@ class TorProxyApp(app_module.App): super().__init__() 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'), description=_description, manual_page='TorProxy', diff --git a/plinth/modules/torproxy/static/icons/tor.png b/plinth/modules/torproxy/static/icons/torproxy.png similarity index 100% rename from plinth/modules/torproxy/static/icons/tor.png rename to plinth/modules/torproxy/static/icons/torproxy.png diff --git a/plinth/modules/torproxy/static/icons/tor.svg b/plinth/modules/torproxy/static/icons/torproxy.svg similarity index 100% rename from plinth/modules/torproxy/static/icons/tor.svg rename to plinth/modules/torproxy/static/icons/torproxy.svg