mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 13:22:28 +00:00
obey our god lints
This commit is contained in:
parent
fba93ec50a
commit
919b55209e
|
@ -667,7 +667,8 @@ impl AppState {
|
|||
fn enable_description(&mut self) {
|
||||
if let Some(command_description) = self.get_selected_description() {
|
||||
if !command_description.is_empty() {
|
||||
let description = FloatingText::new(command_description, FloatingTextMode::Description);
|
||||
let description =
|
||||
FloatingText::new(command_description, FloatingTextMode::Description);
|
||||
self.spawn_float(description, 80, 80);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user