Fix error on change main tag
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user