We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c0fb1 commit 8eacff9Copy full SHA for 8eacff9
src/gui.rs
@@ -610,6 +610,8 @@ impl MyApp {
610
device.name = self.device.clone();
611
self.serial_devices.devices.push(device);
612
self.serial_devices.number_of_plots.push(1);
613
+ self.serial_devices.number_of_highlights.push(1);
614
+ self.serial_devices.highlight_labels.push(vec!["".to_string()]);
615
self.serial_devices.labels.push(vec!["Column 0".to_string()]);
616
self.device_idx = self.serial_devices.devices.len() - 1;
617
save_serial_settings(&self.serial_devices);
0 commit comments