mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update tooltip text
This commit is contained in:
parent
cca9ea061e
commit
edb4e6fa0a
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ impl Bookmark {
|
||||||
Self {
|
Self {
|
||||||
widget: Button::builder()
|
widget: Button::builder()
|
||||||
.icon_name("starred-symbolic")
|
.icon_name("starred-symbolic")
|
||||||
.tooltip_text("Toggle bookmark")
|
.tooltip_text("Bookmark")
|
||||||
.sensitive(false)
|
.sensitive(false)
|
||||||
.build(),
|
.build(),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue