fix: lint

This commit is contained in:
Alex
2025-08-08 08:42:17 +02:00
parent b0983e9c37
commit 79c30e77a7
3 changed files with 11 additions and 13 deletions

View File

@@ -152,7 +152,6 @@ void Layout::handle_name(const char *name) {
label_.get_style_context()->add_class(name);
label_.set_markup(fmt::format(fmt::runtime(format_), Glib::Markup::escape_text(name).raw()));
label_.show();
}
name_ = name;
ALabel::update();