From bf3297aefd889d1dbb79bb4006fa93acd88eca86 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 21 Mar 2025 16:30:30 +1100 Subject: [PATCH] Correct error accessing current tags in last commit --- scripts/addons_core/bl_pkg/bl_extension_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/addons_core/bl_pkg/bl_extension_ui.py b/scripts/addons_core/bl_pkg/bl_extension_ui.py index f91c671bcde..9f82f8f4f8b 100644 --- a/scripts/addons_core/bl_pkg/bl_extension_ui.py +++ b/scripts/addons_core/bl_pkg/bl_extension_ui.py @@ -2204,7 +2204,7 @@ def tags_current(wm, tags_attr): # Currently only add-ons can make use of enabled by type (usefully) for tags. if filter_by_type in {"", "add-on"}: addons_enabled = {addon.module for addon in prefs.addons} - elif filter_by_type in {"", "theme"}: + if filter_by_type in {"", "theme"}: active_theme_info = pkg_repo_and_id_from_theme_path(repos_all, prefs.themes[0].filepath) params = ExtensionUI_FilterParams(