mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
HTML overlay status message, smaller form of overlay message
* improved toHTML (with icon) * overlay message
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());
|
||||
ui->tep_StatusPageConsole->appendHtml(statusMessage.toHtml(false));
|
||||
}
|
||||
|
||||
void CLogComponent::appendPlainTextToConsole(const QString &text)
|
||||
|
||||
Reference in New Issue
Block a user