mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update description
This commit is contained in:
parent
929dcc917a
commit
abf38a8574
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ impl Header {
|
||||||
|
|
||||||
// Init main widget
|
// Init main widget
|
||||||
let alert_dialog = AlertDialog::builder()
|
let alert_dialog = AlertDialog::builder()
|
||||||
.heading("Header")
|
.heading("Options")
|
||||||
.body("Custom header options")
|
.body("Custom 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