Skip to content

Commit c45c1af

Browse files
committed
Update library list model after a round of library_index.json update
1 parent 8d153e6 commit c45c1af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ protected void onUpdatePressed() {
200200
try {
201201
setProgressVisible(true, "");
202202
installer.updateIndex(this::setProgress);
203+
((LibrariesIndexTableModel) contribModel).update();
203204
onIndexesUpdated();
204205
} catch (Exception e) {
205206
throw new RuntimeException(e);

0 commit comments

Comments
 (0)