summaryrefslogtreecommitdiffstats
path: root/src/util/worker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/worker.rs')
-rw-r--r--src/util/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/worker.rs b/src/util/worker.rs
index bd062c9..3844a3e 100644
--- a/src/util/worker.rs
+++ b/src/util/worker.rs
@@ -14,7 +14,7 @@ pub fn process_finished_worker(
res: std::io::Result<IOWorkerProgress>,
) {
let observer = context.remove_job().unwrap();
- let options = context.config_t.sort_option.clone();
+ let options = context.config_ref().sort_option.clone();
for tab in context.tab_context_mut().iter_mut() {
let _ = tab.history_mut().reload(observer.dest_path(), &options);
let _ = tab.history_mut().reload(observer.src_path(), &options);