icons added to all system plugins (preliminary)
This commit is contained in:
parent
abacb36dbe
commit
4b6681487e
14 changed files with 64 additions and 4 deletions
|
@ -179,6 +179,8 @@ class WebInterfaceSites:
|
|||
del args["weblang"]
|
||||
except KeyError:
|
||||
pass
|
||||
if "icon" in args.keys():
|
||||
return plugin.getIcon()
|
||||
## check the device argument of volume plugins
|
||||
if "volume" in plugin.pluginCapabilities:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue