feat: support Pango markup in remaining tooltips
This commit is contained in:
@@ -292,7 +292,7 @@ auto SystemdFailedUnits::update() -> void {
|
||||
fmt::arg("user_state", user_state_), fmt::arg("overall_state", overall_state_),
|
||||
fmt::arg("failed_units_list", failed_list)));
|
||||
} else {
|
||||
label_.set_tooltip_text("");
|
||||
label_.set_tooltip_markup("");
|
||||
}
|
||||
}
|
||||
ALabel::update();
|
||||
|
||||
Reference in New Issue
Block a user