Skip to content

Commit

Permalink
Added tooltip to plugin license verification panel
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosjepard authored and hmiguim committed Dec 13, 2023
1 parent 2d0e33d commit 1209bda
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ private void buildPluginStatusPanel() {
statusPanel.add(statusMessage);
statusPanel.add(installBtn);
}
statusPanel.setTitle(statusMessage.getText());
workflowListPluginStatus.add(statusPanel);
}

Expand Down

0 comments on commit 1209bda

Please sign in to comment.