mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Allow to enable HTML color (as tooltip must be "black")
This commit is contained in:
@@ -117,7 +117,7 @@ namespace BlackGui
|
||||
void CLogComponent::appendStatusMessageToConsole(const CStatusMessage &statusMessage)
|
||||
{
|
||||
if (statusMessage.isEmpty()) return;
|
||||
ui->tep_StatusPageConsole->appendHtml(statusMessage.toHtml(false));
|
||||
ui->tep_StatusPageConsole->appendHtml(statusMessage.toHtml(false, true));
|
||||
}
|
||||
|
||||
void CLogComponent::appendPlainTextToConsole(const QString &text)
|
||||
|
||||
Reference in New Issue
Block a user