Remove V1 Plugin
This commit is contained in:
@@ -38,7 +38,11 @@
|
||||
<TrashIcon />
|
||||
</button>
|
||||
</div>
|
||||
{#if Object.keys(plugin.arguments).length > 0}
|
||||
{#if plugin.version !== 2}
|
||||
<span class="text-draculared text-xs">
|
||||
{language.pluginVersionWarn.replace('{{plugin_version}}', 'API V1').replace('{{required_version}}', 'API V2')}
|
||||
</span>
|
||||
{:else if Object.keys(plugin.arguments).length > 0}
|
||||
<div class="flex flex-col mt-2 bg-dark-900 bg-opacity-50 p-3">
|
||||
{#each Object.keys(plugin.arguments) as arg}
|
||||
<span>{arg}</span>
|
||||
|
||||
Reference in New Issue
Block a user