Skip to content

Commit

Permalink
fix labels for saving error
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Dec 22, 2024
1 parent 8727a30 commit aecb8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ impl MyApp {
file_path: self.picked_path.clone(),
save_absolute_time: self.gui_conf.save_absolute_time,
save_raw_traffic: self.save_raw,
names: self.serial_devices.labels[self.device_idx].clone(),
names: self.labels.clone(),
}) {
log::error!("save_tx thread send failed: {:?}", e);
}
Expand Down

0 comments on commit aecb8b7

Please sign in to comment.