Skip to content

Commit

Permalink
Playtime: Allow changing track color and notify app about change
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 26, 2023
1 parent 562fcb1 commit 845a05a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions main/src/infrastructure/ui/app/app_library.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ fn process_command(req: proto::command_request::Value) -> Result<()> {
SetTrackName(req) => {
handler.set_track_name(req)?;
}
SetTrackColor(req) => {
handler.set_track_color(req)?;
}
SetTrackInput(req) => {
handler.set_track_input(req)?;
}
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit 845a05a

Please sign in to comment.