mirror of https://github.com/FOME-Tech/fome-fw.git
auto-sync
This commit is contained in:
parent
704e3ce470
commit
06827c5a1b
|
@ -193,7 +193,7 @@ public class StartupFrame {
|
|||
}
|
||||
|
||||
private void addPortSelection(List<String> ports) {
|
||||
comboPorts.removeAll();
|
||||
comboPorts.removeAllItems();
|
||||
for (final String port : ports)
|
||||
comboPorts.addItem(port);
|
||||
String defaultPort = getConfig().getRoot().getProperty(Launcher.PORT_KEY);
|
||||
|
|
Loading…
Reference in New Issue