Commit 8e9c6d42 authored by Yusei Tahara's avatar Yusei Tahara

patches: Change icon for proxy-roled python script.

Spin is too much and waste cpu resource.
parent 2dc9f19a
......@@ -170,7 +170,7 @@ class _(PatchClass(PythonScript)):
@property
def zmi_icon(self):
if self._proxy_roles:
return 'fa fa-terminal fa-spin'
return 'fa fa-terminal fa-flip-horizontal'
else:
return 'fa fa-terminal'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment