Merge pull request #125 from chep/master
fix(pulseaudio): return puleseaudio port string if unknown
This commit is contained in:
commit
00728fe877
|
@ -192,7 +192,7 @@ const std::string waybar::modules::Pulseaudio::getPortIcon() const
|
||||||
return port;
|
return port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return "";
|
return port_name_;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto waybar::modules::Pulseaudio::update() -> void
|
auto waybar::modules::Pulseaudio::update() -> void
|
||||||
|
|
Loading…
Reference in New Issue