fix formatting issues

This commit is contained in:
Prokhor40
2022-12-02 19:32:03 +03:00
parent b74f3c7aaa
commit ce8c13788a
3 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ auto Sndio::update() -> void {
}
auto text = fmt::format(format, fmt::arg("volume", vol), fmt::arg("raw_value", volume_));
if(text.empty()) {
if (text.empty()) {
label_.hide();
} else {
label_.set_markup(text);