style(keyboards): add emoji to device management button

This commit is contained in:
2026-06-17 15:46:58 +07:00
parent 3adcc90b74
commit 7ab0e71108

View File

@@ -64,7 +64,7 @@ def subscription_controls(
) )
builder.row(InlineKeyboardButton(text=autorenewal_text, callback_data="toggle:autorenewal")) builder.row(InlineKeyboardButton(text=autorenewal_text, callback_data="toggle:autorenewal"))
builder.row(InlineKeyboardButton(text="Управление устройствами", callback_data="hwid_control")) builder.row(InlineKeyboardButton(text="💻 Управление устройствами", callback_data="hwid_control"))
builder.row(_return_to_menu_btn) builder.row(_return_to_menu_btn)
return builder.as_markup() return builder.as_markup()