Fix downloader bug, use plink and add icon to plugin template

This commit is contained in:
2025-12-28 14:27:33 -06:00
parent 478451034f
commit d3d04bb971

View File

@@ -9,7 +9,7 @@ func Components.InstalledPlugin(item)
<div class="max">
<div class="col">
<div class="min">
<if(item.pluginObject.Server != undefined && item.pluginObject.Server != null)>
<if(TypeIsDefined(item.pluginObject.Server))>
<true>
<a class="underline" href={$"./plugin/{Net.Http.UrlPathEncode(item.pluginName)}/"}>{TypeOf(item.info.short_name_pretty) == "String" ? item.info.short_name_pretty : (TypeOf(item.info.short_name) == "String" ? item.info.short_name : item.name)}</a>
</true>