mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 06:21:58 +00:00
remove extra reference
This commit is contained in:
parent
d2a39f2770
commit
0b103c795e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user