add secondary_icon_tooltip_text

This commit is contained in:
yggverse 2024-12-11 09:12:43 +02:00
parent 21ffb613ee
commit b8d9d06bf2

View File

@ -47,6 +47,7 @@ impl Widget {
// Init main widget
let entry = Entry::builder()
.placeholder_text(PLACEHOLDER_TEXT)
.secondary_icon_tooltip_text("Go to the location")
.hexpand(true)
.build();