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