Implement series first release date sorting
This commit is contained in:
parent
2803767ed8
commit
86f9ee7672
2 changed files with 3 additions and 4 deletions
|
|
@ -87,9 +87,8 @@ impl CollatableFilmsContainer {
|
|||
impl CollatableSeriesContainer {
|
||||
pub fn new () -> Self {
|
||||
let collated_grid = leak ( CollatedSeriesGrid :: new () ) ;
|
||||
let series_collation_menu = SeriesCollationMenu :: new ( |sorting| {
|
||||
collated_grid . set_sorting (sorting) ;
|
||||
} ) ;
|
||||
let series_collation_menu = SeriesCollationMenu :: new ( |sorting|
|
||||
collated_grid . set_sorting (sorting) ) ;
|
||||
|
||||
let widget = g_box ! (
|
||||
@ orientation : Vertical ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue