From 58f218093faa85490892c9ff4f6e0dae5b26338c Mon Sep 17 00:00:00 2001 From: master3395 Date: Thu, 22 Jan 2026 19:54:29 +0100 Subject: [PATCH] Add unique ID to view-toggle and fix duplicate button selection - Added id='plugins-view-toggle' to view-toggle div to prevent duplicates - Updated toggleView() to only select buttons from the main view-toggle - This should prevent any duplicate button issues --- pluginHolder/templates/pluginHolder/plugins.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pluginHolder/templates/pluginHolder/plugins.html b/pluginHolder/templates/pluginHolder/plugins.html index 8de7334ab..0c80d34b5 100644 --- a/pluginHolder/templates/pluginHolder/plugins.html +++ b/pluginHolder/templates/pluginHolder/plugins.html @@ -817,7 +817,7 @@

{% trans "Plugins" %}

-
+