fixup! modules/custom: Allow json fields as format specifiers

This commit is contained in:
2023-09-07 02:49:43 +02:00
parent 0ec0ea2201
commit 9750c9f149

View File

@ -236,7 +236,6 @@ void waybar::modules::Custom::parseOutputJson() {
getline(output, line);
class_.clear();
auto parsed = parser_.parse(line);
parsed = parser_.parse(line);
// Preserve order so that first "{}" is resolved to "text" for backwards compatability
if (parsed["text"].isString()) {