We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e7ef9 commit 4fb4974Copy full SHA for 4fb4974
src/qt/diagnosticsdialog.cpp
@@ -72,7 +72,7 @@ void DiagnosticsDialog::SetResultLabel(QLabel *label, DiagnosticTestStatus test_
72
}
73
74
if (override_text.size()) label->setText(override_text);
75
- if (tooltip_text.size()) label->setToolTip(tooltip_text);
+ label->setToolTip(tooltip_text);
76
77
this->repaint();
78
0 commit comments