Content: Change the user-facing string of the home stack.

This commit is contained in:
Jordan Petridis 2018-06-20 13:01:47 +03:00
parent 7fdd374911
commit c4c7bbf46b
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -24,7 +24,7 @@ impl Content {
let home = Rc::new(RefCell::new(HomeStack::new(sender.clone())?));
let shows = Rc::new(RefCell::new(ShowStack::new(sender.clone())?));
stack.add_titled(&home.borrow().get_stack(), "home", "Recent");
stack.add_titled(&home.borrow().get_stack(), "home", "New");
stack.add_titled(&shows.borrow().get_stack(), "shows", "Shows");
Ok(Content {