mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
parent
e6bf0f24eb
commit
3dfe85916c
@ -1432,7 +1432,7 @@ public class Base {
|
||||
boardMenu.add(new JSeparator());
|
||||
|
||||
// Generate custom menus for all platforms
|
||||
Set<String> customMenusTitles = new HashSet<>();
|
||||
Set<String> customMenusTitles = new LinkedHashSet<>();
|
||||
for (TargetPackage targetPackage : BaseNoGui.packages.values()) {
|
||||
for (TargetPlatform targetPlatform : targetPackage.platforms()) {
|
||||
customMenusTitles.addAll(targetPlatform.getCustomMenus().values());
|
||||
|
Loading…
x
Reference in New Issue
Block a user