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.
2 parents bf9b233 + 84e5ca1 commit b992671Copy full SHA for b992671
1 file changed
app/src/processing/app/contrib/ContributionListing.java
@@ -540,6 +540,11 @@ public int countUpdates(Base base) {
540
count++;
541
}
542
543
+ for (Library lib : base.getActiveEditor().getMode().coreLibraries) {
544
+ if (hasUpdates(lib)) {
545
+ count++;
546
+ }
547
548
for (ToolContribution tc : base.getToolContribs()) {
549
if (hasUpdates(tc)) {
550
0 commit comments