mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-27 12:39:56 +00:00
replace all nbsp in previews (#142)
This commit is contained in:
@ -340,7 +340,8 @@ QString AWKeys::parsePattern(QString _pattern) const
|
||||
|
||||
// main keys
|
||||
for (auto &key : m_foundKeys)
|
||||
_pattern.replace(QString("$%1").arg(key), m_aggregator->formatter(m_values[key], key, true));
|
||||
_pattern.replace(QString("$%1").arg(key),
|
||||
m_aggregator->formatter(m_values[key], key, true));
|
||||
|
||||
// bars
|
||||
for (auto &bar : m_foundBars) {
|
||||
|
Reference in New Issue
Block a user