Fix error on change main tag

This commit is contained in:
bluepython508
2026-02-19 10:37:34 +00:00
parent 2b1bc9e7fb
commit e6fc901c26

View File

@@ -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)