1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Library Manager: added Type filter dropdown

This commit is contained in:
Federico Fissore
2015-03-26 10:40:58 +01:00
parent 6679393b7a
commit b0a357f5d3
10 changed files with 161 additions and 35 deletions

View File

@ -190,6 +190,11 @@ public class UserLibrary extends ContributedLibrary {
return category;
}
@Override
public List<String> getTypes() {
return Arrays.asList("Contributed");
}
@Override
public String getLicense() {
return license;