ProgramSelector should be visible on Linux

only:hellen-honda-k
This commit is contained in:
rusefillc 2024-09-28 16:50:49 -04:00
parent cda7738555
commit d0d3b5ec4d
1 changed files with 3 additions and 3 deletions

View File

@ -156,10 +156,10 @@ public class StartupFrame {
ProgramSelector selector = new ProgramSelector(portsComboBox.getComboPorts()); ProgramSelector selector = new ProgramSelector(portsComboBox.getComboPorts());
if (FileLog.isWindows()) { realHardwarePanel.add(new HorizontalLine(), "right, wrap");
realHardwarePanel.add(new HorizontalLine(), "right, wrap"); realHardwarePanel.add(selector.getControl(), "right, wrap");
realHardwarePanel.add(selector.getControl(), "right, wrap"); if (FileLog.isWindows()) {
// for F7 builds we just build one file at the moment // for F7 builds we just build one file at the moment
// realHardwarePanel.add(new FirmwareFlasher(FirmwareFlasher.IMAGE_FILE, "ST-LINK Program Firmware", "Default firmware version for most users").getButton()); // realHardwarePanel.add(new FirmwareFlasher(FirmwareFlasher.IMAGE_FILE, "ST-LINK Program Firmware", "Default firmware version for most users").getButton());