Skip to content

Commit

Permalink
Update show menubar icons if global expressions change, closes #161
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 30, 2023
1 parent 9a35549 commit 1a140aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/beat_link_trigger/show.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,8 @@
(reset! (:expression-globals show) {})
(run-global-function show :setup nil true)
(when (util/online?)
(run-global-function show :online nil true))))
(run-global-function show :online nil true)))
(update-tracks-global-expression-icons show))

(defn build-global-editor-action
"Creates an action which edits one of a show's global expressions."
Expand Down

0 comments on commit 1a140aa

Please sign in to comment.