Skip to content

Commit

Permalink
add lid proprerty
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jun 18, 2022
1 parent 6bdc968 commit b22ee67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.skinvariables"
version="1.0.1"
version="1.0.2"
name="Skin Variables"
provider-name="jurialmunkey">
<requires>
Expand Down
1 change: 1 addition & 0 deletions resources/lib/skinvariables.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def get_skinvariable(self, variable, expression=False):
f_dict = {
'id': container or '',
'cid': '_C{}'.format(container) if container else '',
'lid': '_{}'.format(listitem) if listitem or listitem == 0 else '',
'pos': listitem or 0,
'listitem': li_name,
'listitemabsolute': li_name.replace('ListItem(', 'ListItemAbsolute('),
Expand Down

0 comments on commit b22ee67

Please sign in to comment.