mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 22:24:18 +00:00
Implement notes, and work on updating cue info
This commit is contained in:
@@ -113,7 +113,7 @@ namespace qController
|
||||
name.Text = cue.name;
|
||||
number.Text = cue.number;
|
||||
type.Text = cue.type;
|
||||
//notes.Text = cue.notes;
|
||||
notes.Text = cue.notes;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user