push help view to stack instead of making it a separate screen
fixes #157
This commit is contained in:
@@ -42,4 +42,8 @@ impl ViewWrapper for HelpView {
|
||||
wrap_impl!(self.view: ScrollView<TextView>);
|
||||
}
|
||||
|
||||
impl ViewExt for HelpView {}
|
||||
impl ViewExt for HelpView {
|
||||
fn title(&self) -> String {
|
||||
"Help".to_string()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user