Résolution bug du filtre sur pc

This commit is contained in:
skymike03
2025-07-15 13:13:36 +02:00
parent 6958897a45
commit 592f78d54d
5 changed files with 7 additions and 5 deletions

View File

@@ -516,7 +516,8 @@ async def main():
draw_game_list(screen)
if config.search_mode:
draw_game_list(screen)
draw_virtual_keyboard(screen)
if config.is_non_pc:
draw_virtual_keyboard(screen)
elif config.menu_state == "download_progress":
draw_progress_screen(screen)
elif config.menu_state == "download_result":