From bd779fc6df4641f81bbbfe50663d883d64a5c88e Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Thu, 19 Mar 2020 10:22:03 -0400 Subject: add soft-reload option - this helps with reloading upon sort order change --- src/commands/delete_files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/delete_files.rs') diff --git a/src/commands/delete_files.rs b/src/commands/delete_files.rs index 628f324..85fe4b6 100644 --- a/src/commands/delete_files.rs +++ b/src/commands/delete_files.rs @@ -6,8 +6,8 @@ use termion::event::Key; use crate::commands::{JoshutoCommand, JoshutoRunnable, ReloadDirList}; use crate::context::JoshutoContext; use crate::error::JoshutoResult; -use crate::ui::TuiBackend; use crate::ui::widgets::TuiPrompt; +use crate::ui::TuiBackend; use crate::util::load_child::LoadChild; #[derive(Clone, Debug)] -- cgit v1.2.3