fix: Fixed a bug, the backend selection button was when clicked to go to the main menu
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Danil 2025-06-06 20:15:19 +03:00
parent 7481401221
commit f1bc156ef1

View file

@ -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",
),
],
]
)