Skip to content

Commit 8be0803

Browse files
committed
#4 Hide "More info" button for provide usage statistics button group
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 74cc042 commit 8be0803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/com/mirth/connect/client/ui/SettingsPanelServer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@ public void actionPerformed(ActionEvent evt) {
728728
provideUsageStatsButtonGroup.add(provideUsageStatsNoRadio);
729729

730730
provideUsageStatsMoreInfoLabel = new JLabel("<html><font color=blue><u>More Info</u></font></html>");
731+
provideUsageStatsMoreInfoLabel.setEnabled(false);
732+
provideUsageStatsMoreInfoLabel.setVisible(false);
731733
provideUsageStatsMoreInfoLabel.addMouseListener(new MouseAdapter() {
732734
public void mouseClicked(MouseEvent evt) {
733735
provideUsageStatsMoreInfoLabelMouseClicked(evt);

0 commit comments

Comments
 (0)