parent
51be97f9aa
commit
e8dd1e2d2c
|
@ -206,7 +206,7 @@ std::string waybar::modules::MPD::getStateIcon() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (connection_ == nullptr) {
|
if (connection_ == nullptr) {
|
||||||
spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_ )
|
spdlog::warn("{}: Trying to fetch state icon while disconnected", module_name_);
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -228,7 +228,7 @@ std::string waybar::modules::MPD::getOptionIcon(std::string optionName, bool act
|
||||||
}
|
}
|
||||||
|
|
||||||
if (connection_ == nullptr) {
|
if (connection_ == nullptr) {
|
||||||
spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name);
|
spdlog::warn("{}: Trying to fetch option icon while disconnected", module_name_);
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue