Added:
- AdditionnalData for buttons - refresh manga metadata and chapters
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
icon="{{ element.icon }}"
|
||||
text="{{ element.text }}"
|
||||
action="{{ element.action }}"
|
||||
data="{{ element.additionalProperties.data }}"
|
||||
/>
|
||||
{% elseif element.type == 'divider' %}
|
||||
<twig:Divider/>
|
||||
@@ -28,6 +29,7 @@
|
||||
icon="{{ element.icon }}"
|
||||
text="{{ element.text }}"
|
||||
action="{{ element.action }}"
|
||||
data="{{ element.additionalProperties.data }}"
|
||||
/>
|
||||
{% elseif element.type == 'divider' %}
|
||||
<twig:Divider/>
|
||||
|
||||
Reference in New Issue
Block a user