This commit fixes #4023

This commit is contained in:
Corey Doughty
2025-04-10 07:05:45 -04:00
parent 633bf9e00f
commit 682492f7a9

View File

@ -68,8 +68,6 @@ void Submap::onEvent(const std::string& ev) {
return; return;
} }
//auto submapName = ev.substr(ev.find_last_of('>') + 1);
//submapName = waybar::util::sanitize_string(submapName);
auto submapName = ev.substr(ev.find_first_of('>') + 2 ); auto submapName = ev.substr(ev.find_first_of('>') + 2 );
if (!submap_.empty()) { if (!submap_.empty()) {