Merge pull request #5034 from Agnibha007/fix-tooltip-pango

feat: support Pango markup in remaining tooltips
This commit is contained in:
Alexis Rouillard
2026-07-03 22:48:39 +02:00
committed by GitHub
+1 -1
View File
@@ -297,7 +297,7 @@ auto SystemdFailedUnits::update() -> void {
fmt::arg("user_state", user_state_), fmt::arg("overall_state", overall_state_), fmt::arg("user_state", user_state_), fmt::arg("overall_state", overall_state_),
fmt::arg("failed_units_list", failed_list))); fmt::arg("failed_units_list", failed_list)));
} else { } else {
label_.set_tooltip_text(""); label_.set_tooltip_markup("");
} }
} }
ALabel::update(); ALabel::update();