Add queue status command

This commit is contained in:
2026-02-07 22:57:36 +03:00
parent 77801e9123
commit 8d5eda3244
4 changed files with 29 additions and 7 deletions

View File

@@ -29,7 +29,8 @@ backup_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="📦 Status"), KeyboardButton(text="📦 Last snapshot")],
[KeyboardButton(text="📊 Repo stats"), KeyboardButton(text="🧯 Restore help")],
[KeyboardButton(text="▶️ Run backup"), KeyboardButton(text="⬅️ Назад")],
[KeyboardButton(text="▶️ Run backup"), KeyboardButton(text="🧾 Queue")],
[KeyboardButton(text="⬅️ Назад")],
],
resize_keyboard=True,
)