From f1bc156ef19b5fcef8a3dbf6acefd2a20bc0a78d Mon Sep 17 00:00:00 2001 From: Redume Date: Fri, 6 Jun 2025 20:15:19 +0300 Subject: [PATCH] fix: Fixed a bug, the backend selection button was when clicked to go to the main menu --- commands/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/settings.py b/commands/settings.py index b57b6c1..be8d4a0 100644 --- a/commands/settings.py +++ b/commands/settings.py @@ -256,10 +256,6 @@ async def back_to_settings(callback: CallbackQuery): text=locale["setting_lang"], callback_data="setting_lang", ), - InlineKeyboardButton( - text=locale["setting_backend"], - callback_data="setting_backend", - ), ], ] )