fix missing parentheses

This commit is contained in:
Kamus Hadenes 2021-01-12 19:10:34 -03:00 committed by GitHub
parent f4ffb21c8c
commit a7941a00c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ auto waybar::modules::Pulseaudio::update() -> void {
fmt::arg("format_source", format_source),
fmt::arg("source_volume", source_volume_),
fmt::arg("source_desc", source_desc_),
fmt::arg("icon", getIcon(volume_, getPortIcon())));
fmt::arg("icon", getIcon(volume_, getPortIcon()))));
} else {
label_.set_tooltip_text(desc_);
}