mirror of https://github.com/bobwen-dev/hunter
fix compilation
This commit is contained in:
parent
15e2f89a64
commit
17abbbd59f
|
@ -541,7 +541,7 @@ impl ListView<Files>
|
|||
self.content.toggle_filter_selected();
|
||||
|
||||
if self.content.len() == 0 {
|
||||
core.show_status("No files selected").log();
|
||||
self.core.show_status("No files selected").log();
|
||||
self.content.toggle_filter_selected();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue