mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
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("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_);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user