Skip to content

Commit 4fb4974

Browse files
committed
WIP
1 parent 78e7ef9 commit 4fb4974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/diagnosticsdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void DiagnosticsDialog::SetResultLabel(QLabel *label, DiagnosticTestStatus test_
7272
}
7373

7474
if (override_text.size()) label->setText(override_text);
75-
if (tooltip_text.size()) label->setToolTip(tooltip_text);
75+
label->setToolTip(tooltip_text);
7676

7777
this->repaint();
7878
}

0 commit comments

Comments
 (0)