mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-20 17:19:58 +00:00
rollback taging
This commit is contained in:
@ -105,7 +105,7 @@ void AwesomeWidget::updateText(bool clear)
|
||||
text.replace(QString("\n"), QString("<br>"));
|
||||
if (!clear)
|
||||
for (int i=0; i<foundKeys.count(); i++)
|
||||
text.replace(QString("$") + foundKeys[i] + QString("$"), values[foundKeys[i]]);
|
||||
text.replace(QString("$") + foundKeys[i], values[foundKeys[i]]);
|
||||
textLabel->setText(formatLine[0] + text + formatLine[1]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user