From 0f95684bff102d8f573c17e806d37c35b59562d6 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:27:41 +0100 Subject: add apply attribute extension (#3983) --- lib/extensions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/extensions/__init__.py') diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index f6694a90..b4a08840 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -4,6 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from .about import About +from .apply_attribute import ApplyAttribute from .apply_palette import ApplyPalette from .apply_threadlist import ApplyThreadlist from .auto_run import AutoRun @@ -82,6 +83,7 @@ from .zip import Zip extensions = [ About, + ApplyAttribute, ApplyPalette, ApplyThreadlist, AutoRun, -- cgit v1.2.3