mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Add work and recording detail screens
This commit is contained in:
parent
cca722dcba
commit
d741f463f5
4 changed files with 657 additions and 382 deletions
|
|
@ -51,7 +51,7 @@ where
|
|||
let (id, work, performers) = match recording {
|
||||
Some(recording) => {
|
||||
save_button.set_sensitive(true);
|
||||
work_label.set_text(&format!("{}: {}", recording.work.composer.name_fl(), recording.work.title));
|
||||
work_label.set_text(&recording.work.get_title());
|
||||
comment_entry.set_text(&recording.comment);
|
||||
(recording.id, Some(recording.work), recording.performances)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue