mirror of
https://github.com/Redume/Shirino.git
synced 2025-07-03 18:50:55 +01:00
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
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
7481401221
commit
f1bc156ef1
1 changed files with 0 additions and 4 deletions
|
@ -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",
|
||||
),
|
||||
],
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue