From a6ba9490610c3854f65e39042540726d8e06edd4 Mon Sep 17 00:00:00 2001 From: algizn97 Date: Thu, 21 Aug 2025 13:34:56 +0500 Subject: [PATCH] Added buttons To the main page, Open a deal, My Deals and select the input type --- app/telegram/Keyboards/inline_keyboards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/telegram/Keyboards/inline_keyboards.py b/app/telegram/Keyboards/inline_keyboards.py index ae11135..b913353 100644 --- a/app/telegram/Keyboards/inline_keyboards.py +++ b/app/telegram/Keyboards/inline_keyboards.py @@ -30,7 +30,7 @@ connect_bybit_api_markup = InlineKeyboardMarkup(inline_keyboard=[ trading_markup = InlineKeyboardMarkup(inline_keyboard=[ [InlineKeyboardButton(text="Указать торговую пару", callback_data='clb_update_trading_pair')], [InlineKeyboardButton(text="Выбрать тип входа", callback_data='clb_update_entry_type')], - # [InlineKeyboardButton(text="Совершить сделку", callback_data='clb_open_deal')] + [InlineKeyboardButton(text="Мои сделки", callback_data='clb_my_deals')], ]) open_deal_markup = InlineKeyboardMarkup(inline_keyboard=[