mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update action sheet
This commit is contained in:
parent
a832af5f4c
commit
49a57849a4
2 changed files with 1 additions and 157 deletions
|
@ -129,7 +129,7 @@
|
|||
html += '<iron-icon class="actionSheetItemIcon" icon="' + option.ironIcon + '"></iron-icon>';
|
||||
}
|
||||
else if (renderIcon && !center) {
|
||||
html += '<iron-icon></iron-icon>';
|
||||
html += '<iron-icon class="actionSheetItemIcon"></iron-icon>';
|
||||
}
|
||||
html += '<span>' + option.name + '</span>';
|
||||
html += '</' + itemTagName + '>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue