diff options
author | howie-f <rftc@gmx.de> | 2020-10-03 23:32:07 +0200 |
---|---|---|
committer | howie-f <rftc@gmx.de> | 2020-10-04 14:45:31 +0200 |
commit | 6c2900b9eb3f743b286fe3d5adc9bf6f82968006 (patch) | |
tree | 2136868056121036078061046c129efb86539226 /addons/skin.estuary | |
parent | cccae01fd5a8f08b661c4fde5663c02a629f975e (diff) |
[addons] cleanup: remove 'alwaysShowUpdateIcon' - workaround
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/xml/Variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/skin.estuary/xml/Variables.xml b/addons/skin.estuary/xml/Variables.xml index 6884ed252b..bfb640fde7 100644 --- a/addons/skin.estuary/xml/Variables.xml +++ b/addons/skin.estuary/xml/Variables.xml @@ -172,7 +172,7 @@ <value condition="ListItem.Property(addon.orphaned)">icons/addonstatus/orphan.png</value> <value condition="ListItem.Property(addon.downloading)">icons/addonstatus/install.png</value> <value condition="ListItem.Property(addon.isinstalled) + !ListItem.Property(addon.isenabled) + Window.IsActive(addonbrowser)">icons/addonstatus/disable.png</value> - <value condition="ListItem.Property(addon.hasupdate)">icons/addonstatus/update.png</value> + <value condition="ListItem.Property(addon.hasupdate) | ListItem.Property(addon.isupdate)">icons/addonstatus/update.png</value> <value condition="ListItem.Property(addon.isenabled) + String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24169])">icons/addonstatus/enabled-normal.png</value> <value condition="ListItem.Property(addon.isenabled) + String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24170])">icons/addonstatus/enabled-deprecated.png</value> <value condition="ListItem.Property(addon.isenabled) + String.IsEqual(ListItem.AddonLifecycleType,$LOCALIZE[24171])">icons/addonstatus/enabled-broken.png</value> |