mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
change case
This commit is contained in:
parent
972fa6c3db
commit
a5958bc36a
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue