1
0
mirror of https://github.com/bobwen-dev/hunter synced 2025-04-12 00:55:41 +02:00

fix compilation

This commit is contained in:
rabite 2019-06-30 21:24:00 +02:00
parent 15e2f89a64
commit 17abbbd59f

View File

@ -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();
}