add more buttons for more_info
All checks were successful
Build && Deploy / cargo build (push) Successful in 1m7s

This commit is contained in:
Akulij 2025-06-04 13:05:45 +05:00
parent 47782ca08e
commit da4b5fdb09

View File

@ -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" }],
]
},