mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
change the info icon
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
return "";
|
||||
}
|
||||
html ="";
|
||||
html += '<div class="tooltip"> 🛈<span class="tooltiptext">'
|
||||
html += '<div class="tooltip"><span class="material-icons">info</span><span class="tooltiptext">'
|
||||
html += '<img src="' + option.preview + '">';
|
||||
html += '</span></div>'
|
||||
return html;
|
||||
|
||||
Reference in New Issue
Block a user