mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
HTML overlay status message, smaller form of overlay message
* improved toHTML (with icon) * overlay message
This commit is contained in:
@@ -74,7 +74,7 @@ namespace BlackGui
|
||||
{
|
||||
// the underlying model object as summary
|
||||
const CStatusMessage msg(this->at(index));
|
||||
return msg.toHtml();
|
||||
return msg.toHtml(false);
|
||||
}
|
||||
return CListModelTimestampObjects::data(index, role);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user