Fix balance buttons

This commit is contained in:
Capybara-z
2025-06-18 19:03:25 +03:00
parent 6c47e3751d
commit f81fc74f17
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ PC_MACOS = "🍏 macOS"
TV = "📺 Телевизор"
ROUTER = "📶 Роутер"
MANUAL_INSTRUCTIONS = "📖 Ручная установка"
RENEW_KEY = "🛒 Купить | 🔄 Продлить"
RENEW_KEY = "🛒 Купить VPN | 🔄 Продлить VPN"
RENEW_KEY_NOTIFICATION = "🔄 Продлить подписку"
TV_CONTINUE = "▶ Продолжить"
TV_INSTRUCTIONS = "📖 Полная инструкция"
+2 -1
View File
@@ -88,8 +88,9 @@ async def process_callback_view_profile(
builder.row(InlineKeyboardButton(text=TRIAL_SUB, callback_data="create_key"))
else:
builder.row(InlineKeyboardButton(text=ADD_SUB, callback_data="create_key"))
if BALANCE_BUTTON:
builder.row(InlineKeyboardButton(text=BALANCE, callback_data="balance"))
builder.row(InlineKeyboardButton(text=BALANCE, callback_data="balance"))
row_buttons = []
if REFERRAL_BUTTON: