add more buttons for more_info
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m7s
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m7s
This commit is contained in:
parent
47782ca08e
commit
da4b5fdb09
@ -20,6 +20,9 @@ const dialog = {
|
||||
more_info: {
|
||||
replace: true,
|
||||
buttons: [
|
||||
[{ name: { literal: "leave_application" }, callback_name: "leave_application" }],
|
||||
[{ name: { literal: "show_projects" }, callback_name: "project_0" }],
|
||||
[{ name: { literal: "ask_question_btn" }, callback_name: "ask_question" }],
|
||||
[{ name: { name: "🏠 На главную" }, callback_name: "start" }],
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user