Пояснение перед сохранением

This commit is contained in:
2026-02-09 11:01:18 +03:00
parent 80ae9d6a0f
commit b41e735b22
2 changed files with 3 additions and 1 deletions

View File

@@ -103,7 +103,7 @@ def get_confirm_restart_keyboard() -> InlineKeyboardMarkup:
def get_confirm_save_keyboard() -> InlineKeyboardMarkup:
return InlineKeyboardMarkup(
[
[InlineKeyboardButton("💾 Сохранить", callback_data="save_track")],
[InlineKeyboardButton("💾 Да, сохранить", callback_data="save_track")],
[
InlineKeyboardButton(
"🔄 Перезаписать последнюю", callback_data="rerecord_last"