feat(Label): use set_markup

This commit is contained in:
Alexis
2018-11-21 20:49:09 +01:00
parent b3559328f1
commit bd62c4cbc5
9 changed files with 9 additions and 9 deletions

View File

@ -80,7 +80,7 @@ auto waybar::modules::Custom::update() -> void
}
auto str = fmt::format(format_, text_);
label_.set_text(str);
label_.set_markup(str);
if (text_ == tooltip_) {
label_.set_tooltip_text(str);
} else {