libcava bump 0.10.1

Signed-off-by: Viktar Lukashonak <myxabeer@gmail.com>
This commit is contained in:
Viktar Lukashonak
2024-02-17 18:20:03 +03:00
parent 3cd311819b
commit d7d4dca6ba
5 changed files with 9 additions and 12 deletions

View File

@ -54,7 +54,7 @@ void Submap::onEvent(const std::string& ev) {
auto submapName = ev.substr(ev.find_last_of('>') + 1);
submapName = waybar::util::sanitize_string(submapName);
if (!submap_.empty()){
if (!submap_.empty()) {
label_.get_style_context()->remove_class(submap_);
}
@ -62,8 +62,6 @@ void Submap::onEvent(const std::string& ev) {
label_.get_style_context()->add_class(submap_);
spdlog::debug("hyprland submap onevent with {}", submap_);
dp.emit();