summaryrefslogtreecommitdiffstats
path: root/src/commands/show_tasks.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/show_tasks.rs')
-rw-r--r--src/commands/show_tasks.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/show_tasks.rs b/src/commands/show_tasks.rs
index 4b22860..64312a1 100644
--- a/src/commands/show_tasks.rs
+++ b/src/commands/show_tasks.rs
@@ -5,12 +5,12 @@ use crate::event::process_event;
use crate::event::AppEvent;
use crate::key_command::{Command, CommandKeybind};
use crate::ui::views::TuiWorkerView;
-use crate::ui::TuiBackend;
+use crate::ui::AppBackend;
use crate::util::to_string::ToString;
pub fn show_tasks(
context: &mut AppContext,
- backend: &mut TuiBackend,
+ backend: &mut AppBackend,
keymap_t: &AppKeyMapping,
) -> JoshutoResult {
context.flush_event();