From fb7e683f1246ade0d5795d750efa29ff85607e41 Mon Sep 17 00:00:00 2001 From: Vladless Date: Mon, 2 Dec 2024 03:54:07 +0300 Subject: [PATCH] pc button for trial_key --- handlers/keys/key_management.py | 1 + 1 file changed, 1 insertion(+) diff --git a/handlers/keys/key_management.py b/handlers/keys/key_management.py index b2878b94..f281b80d 100644 --- a/handlers/keys/key_management.py +++ b/handlers/keys/key_management.py @@ -152,6 +152,7 @@ async def handle_key_creation( InlineKeyboardButton(text="🍏 Подключить на iOS", url=f"{CONNECT_IOS}{public_link}"), InlineKeyboardButton(text="🤖 Подключить на Android", url=f"{CONNECT_ANDROID}{public_link}"), ) + builder.row(InlineKeyboardButton(text="💻 Windows/Linux", callback_data=f"connect_pc|{email}")) builder.row(InlineKeyboardButton(text="👤 Личный кабинет", callback_data="profile")) remaining_time = expiry_time - current_time