mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Merge c0a31c0f60
into e3688e9b3d
This commit is contained in:
commit
347e427213
|
@ -668,8 +668,10 @@ impl AppState {
|
||||||
|
|
||||||
fn enable_description(&mut self) {
|
fn enable_description(&mut self) {
|
||||||
if let Some(command_description) = self.get_selected_description() {
|
if let Some(command_description) = self.get_selected_description() {
|
||||||
let description = FloatingText::new(command_description, "Command Description");
|
if !command_description.is_empty() {
|
||||||
self.spawn_float(description, 80, 80);
|
let description = FloatingText::new(command_description, "Command Description");
|
||||||
|
self.spawn_float(description, 80, 80);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user