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 9f15b0d commit 8fa45a3Copy full SHA for 8fa45a3
app/src/cc/arduino/contributions/libraries/LibraryByTypeComparator.java
app/src/processing/app/Base.java
@@ -1061,7 +1061,6 @@ protected void rebuildSketchbookMenu(JMenu menu) {
1061
1062
private LibraryList getSortedLibraries() {
1063
LibraryList installedLibraries = BaseNoGui.librariesIndexer.getInstalledLibraries();
1064
- Collections.sort(installedLibraries, new LibraryByTypeComparator());
1065
Collections.sort(installedLibraries, new LibraryOfSameTypeComparator());
1066
return installedLibraries;
1067
}
0 commit comments