feat: added setfocus to gamedetail page
All checks were successful
Code check / Check code (push) Successful in 1m23s

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-11-25 10:22:27 +05:00
parent 0f74a47aed
commit 1751e01e47
3 changed files with 103 additions and 8 deletions

View File

@@ -647,6 +647,9 @@ PLAY_BUTTON_STYLE = f"""
QPushButton:pressed {{
background: {color_a};
}}
QPushButton:focus {{
background: {color_a};
}}
"""
# СТИЛЬ КНОПКИ "ОБЗОР..." В ДИАЛОГЕ "ДОБАВИТЬ ИГРУ"