fix(animations): fix all Qpainter conflicts

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-08-14 13:13:23 +05:00
parent b5a2f41bdf
commit b070ff1fca
2 changed files with 43 additions and 12 deletions

View File

@@ -237,8 +237,6 @@ def add_egs_to_steam(app_name: str, game_title: str, legendary_path: str, callba
legendary_path: Path to the Legendary CLI executable.
callback: Callback function to handle the result (success, message).
"""
from portprotonqt.steam_api import call_steam_api # Import for CEF API
if not app_name or not app_name.strip() or not game_title or not game_title.strip():
logger.error("Invalid app_name or game_title: empty or whitespace")
callback((False, "Game name or app name is empty or invalid"))