Add Show title in the Headerbar when switching to ShowWidget.
This commit is contained in:
@@ -62,8 +62,7 @@ impl ShowsPopulated {
|
||||
let pd = dbqueries::get_podcast_from_id(id).unwrap();
|
||||
|
||||
show.replace_widget(&pd);
|
||||
// header.set_show_title(pd.title());
|
||||
header.switch_to_back();
|
||||
header.switch_to_back(pd.title());
|
||||
show.switch_widget_animated();
|
||||
}));
|
||||
// Populate the flowbox with the Podcasts.
|
||||
|
||||
Reference in New Issue
Block a user