mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 19:01:08 +01:00
Merge pull request #3932 from JakubValtar/update-counter
Include Example packs into update count
This commit is contained in:
@@ -585,6 +585,11 @@ public class ContributionListing {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
for (ExamplesContribution ec : base.getExampleContribs()) {
|
||||
if (hasUpdates(ec)) {
|
||||
count++;
|
||||
}
|
||||
}
|
||||
return count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user