mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 14:32:26 +00:00
update button tooltips
This commit is contained in:
parent
c10fb6c8be
commit
672d95b98e
@ -138,7 +138,7 @@ pub fn new(on_add: impl Fn() + 'static) -> Box {
|
|||||||
.css_classes(["success"])
|
.css_classes(["success"])
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
.icon_name("list-add-symbolic")
|
.icon_name("list-add-symbolic")
|
||||||
.tooltip_text("Add proxy")
|
.tooltip_text("Add host exception")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
add.connect_clicked(move |_| on_add());
|
add.connect_clicked(move |_| on_add());
|
||||||
|
@ -183,7 +183,7 @@ pub fn new(on_add: impl Fn() + 'static) -> Box {
|
|||||||
.css_classes(["success"])
|
.css_classes(["success"])
|
||||||
.hexpand(true)
|
.hexpand(true)
|
||||||
.icon_name("list-add-symbolic")
|
.icon_name("list-add-symbolic")
|
||||||
.tooltip_text("Add proxy")
|
.tooltip_text("Add proxy rule")
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
add.connect_clicked(move |_| on_add());
|
add.connect_clicked(move |_| on_add());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user