2
0
forked from kodorvan/stcs

Added timer deletion button

This commit is contained in:
algizn97
2025-09-11 10:57:21 +05:00
parent 3ff146a1b9
commit f42940f847
4 changed files with 33 additions and 4 deletions

View File

@@ -196,6 +196,7 @@ def create_close_limit_markup(symbol: str) -> InlineKeyboardMarkup:
timer_markup = InlineKeyboardMarkup(inline_keyboard=[
[InlineKeyboardButton(text="Установить таймер", callback_data="clb_set_timer")],
[InlineKeyboardButton(text="Удалить таймер", callback_data="clb_delete_timer")],
back_btn_to_main
])