remove deprecation feature methods

This commit is contained in:
yggverse 2025-03-27 01:47:16 +02:00
parent 560adff490
commit f9365791e6
4 changed files with 10 additions and 40 deletions

View file

@ -355,7 +355,7 @@ fn update_secondary_icon(entry: &Entry, info: &Info) {
entry.set_secondary_icon_name(Some("pan-end-symbolic"));
entry.set_secondary_icon_tooltip_text(Some("Go to the location"))
} else {
if !info.is_deprecated() && info.matches(&entry.text()) {
if info.matches(&entry.text()) {
entry.set_secondary_icon_name(Some("help-about-symbolic"));
entry.set_secondary_icon_tooltip_text(Some("Page info"));
} else {