This commit is contained in:
algizn97
2025-08-27 12:56:32 +05:00
parent aec8fea628
commit 3c282975c1
2 changed files with 4 additions and 5 deletions

View File

@@ -3,4 +3,4 @@
base_buttons_markup = ReplyKeyboardMarkup(keyboard=[
[KeyboardButton(text="👤 Профиль")],
# [KeyboardButton(text="Настройки")]
], resize_keyboard=True)
], resize_keyboard=True, one_time_keyboard=True)