mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
update button tooltips
This commit is contained in:
parent
c10fb6c8be
commit
672d95b98e
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ pub fn new(on_add: impl Fn() + 'static) -> Box {
|
|||
.css_classes(["success"])
|
||||
.hexpand(true)
|
||||
.icon_name("list-add-symbolic")
|
||||
.tooltip_text("Add proxy")
|
||||
.tooltip_text("Add host exception")
|
||||
.build();
|
||||
|
||||
add.connect_clicked(move |_| on_add());
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@ pub fn new(on_add: impl Fn() + 'static) -> Box {
|
|||
.css_classes(["success"])
|
||||
.hexpand(true)
|
||||
.icon_name("list-add-symbolic")
|
||||
.tooltip_text("Add proxy")
|
||||
.tooltip_text("Add proxy rule")
|
||||
.build();
|
||||
|
||||
add.connect_clicked(move |_| on_add());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue