fix missing parentheses
This commit is contained in:
parent
f4ffb21c8c
commit
a7941a00c5
|
@ -266,7 +266,7 @@ auto waybar::modules::Pulseaudio::update() -> void {
|
||||||
fmt::arg("format_source", format_source),
|
fmt::arg("format_source", format_source),
|
||||||
fmt::arg("source_volume", source_volume_),
|
fmt::arg("source_volume", source_volume_),
|
||||||
fmt::arg("source_desc", source_desc_),
|
fmt::arg("source_desc", source_desc_),
|
||||||
fmt::arg("icon", getIcon(volume_, getPortIcon())));
|
fmt::arg("icon", getIcon(volume_, getPortIcon()))));
|
||||||
} else {
|
} else {
|
||||||
label_.set_tooltip_text(desc_);
|
label_.set_tooltip_text(desc_);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue