Fixed color rendering for good
This commit was merged in pull request #26.
This commit is contained in:
@@ -25,7 +25,7 @@ impl Navigable for SettingsMenu {
|
||||
core::future::ready(())
|
||||
}
|
||||
|
||||
fn handle_input(&self, input: Action) -> impl core::future::Future<Output = View> + Send {
|
||||
fn handle_input(&self, _input: Action) -> impl core::future::Future<Output = View> + Send {
|
||||
async move { View::Settings(SettingsMenu { selected: 0 }) }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user