remove extra reference

This commit is contained in:
yggverse 2025-03-28 03:18:45 +02:00
parent d2a39f2770
commit 0b103c795e

View File

@ -349,7 +349,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.matches(&prefix_less(&entry)) {
if info.matches(&prefix_less(entry)) {
entry.set_secondary_icon_name(Some("help-about-symbolic"));
entry.set_secondary_icon_tooltip_text(Some("Page info"));
} else {