1
0
forked from kodorvan/stcs
This commit is contained in:
algizn97
2025-08-27 13:28:33 +05:00
parent 3c282975c1
commit 4406003a6e
2 changed files with 17 additions and 8 deletions

View File

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