mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-09-10 14:02:15 +00:00
change case
This commit is contained in:
parent
972fa6c3db
commit
a5958bc36a
@ -24,7 +24,7 @@ impl Send {
|
|||||||
button.connect_clicked({
|
button.connect_clicked({
|
||||||
move |this| {
|
move |this| {
|
||||||
this.set_sensitive(false);
|
this.set_sensitive(false);
|
||||||
this.set_label("Sending..");
|
this.set_label("sending..");
|
||||||
action_send.activate(None);
|
action_send.activate(None);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -24,7 +24,7 @@ impl Send {
|
|||||||
button.connect_clicked({
|
button.connect_clicked({
|
||||||
move |this| {
|
move |this| {
|
||||||
this.set_sensitive(false);
|
this.set_sensitive(false);
|
||||||
this.set_label("Sending..");
|
this.set_label("sending..");
|
||||||
action_send.activate(None);
|
action_send.activate(None);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user