From c4ddefbc6b762999536088d1a37dd08af610ef96 Mon Sep 17 00:00:00 2001 From: Jordan Blasenhauer Date: Wed, 22 May 2024 13:24:01 +0200 Subject: [PATCH] check method "ui" or "manual" to delete plugin --- src/ui/templates/plugins.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/templates/plugins.html b/src/ui/templates/plugins.html index a0c70e2d4..d1a8c0cd1 100644 --- a/src/ui/templates/plugins.html +++ b/src/ui/templates/plugins.html @@ -106,7 +106,7 @@
PLUGINS LIST
{% endif %} - {% if plugin['type'] == "external" %} + {% if plugin['type'] == "external" and plugin['method'] in ('ui', 'manual') %}