Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12cb3f0

Browse files
committedMay 10, 2021
Added 'deprecated' label
1 parent 24556e7 commit 12cb3f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎app/src/cc/arduino/contributions/packages/ui/ContributedPlatformTableCellJPanel.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@ void update(JTable parentTable, Object value, boolean hasBuiltInRelease) {
232232
+ format(tr("version <b>{0}</b>"), installed.getParsedVersion())
233233
+ " <strong><font color=\"#00979D\">INSTALLED</font></strong>";
234234
}
235+
if (releases.isDeprecated()) {
236+
desc += " <strong><font color=\"#C03030\">DEPRECATED</font></strong>";
237+
}
235238
desc += "<br />";
236239

237240
desc += tr("Boards included in this package:") + "<br />";

0 commit comments

Comments
 (0)
Please sign in to comment.