From e6fc901c26263f6593180598ab7ee1147fdc9529 Mon Sep 17 00:00:00 2001 From: bluepython508 <16466646+bluepython508@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:37:34 +0000 Subject: [PATCH] Fix error on change main tag --- main.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.janet b/main.janet index 2465856..4c24490 100644 --- a/main.janet +++ b/main.janet @@ -352,7 +352,7 @@ (map |(when (= ($ :tag-main) tag) (put $ :tag-main nil)) (wm :outputs)) (put output :tag-main tag) (put output :tag-offload nil) - (put output :tags-other nil)) + (put output :tags-other [])) (defn output/toggle-other-tag [output tag] (if (has-value? (output :tags-other) tag)