mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update description
This commit is contained in:
parent
cef35322ee
commit
f3a4727a27
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ impl Header {
|
||||||
// Init main widget
|
// Init main widget
|
||||||
let alert_dialog = AlertDialog::builder()
|
let alert_dialog = AlertDialog::builder()
|
||||||
.heading("Options")
|
.heading("Options")
|
||||||
.body("Custom response header")
|
.body("Customize response header")
|
||||||
.close_response(RESPONSE_CANCEL.0)
|
.close_response(RESPONSE_CANCEL.0)
|
||||||
.default_response(RESPONSE_APPLY.0)
|
.default_response(RESPONSE_APPLY.0)
|
||||||
.extra_child(&form.g_box)
|
.extra_child(&form.g_box)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue