Skip to content

Commit

Permalink
Now remembers which firmware that was selected (#1602)
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed May 18, 2021
1 parent f9d1abc commit 09f0b3b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ public Component getToolbarPresenter() {
panel.add(firmwareCombo);
c = panel;

firmwareCombo.addActionListener(a -> setFirmware());

// Baud rate options.
loadFirmwareSelector();

firmwareCombo.addActionListener(a -> setFirmware());
}
return c;
}
Expand Down

0 comments on commit 09f0b3b

Please sign in to comment.