Sync from development - prepare for v0.4.0

This commit is contained in:
Omni
2026-02-25 17:40:43 +00:00
parent 2eb54b9a36
commit 805718222a
324 changed files with 4914 additions and 4567 deletions

View File

@@ -246,6 +246,7 @@ class ModlistService(ModlistServiceInstallationMixin):
'appid': getattr(context, 'app_id', None), # Use updated app_id from Steam
'engine_installed': getattr(context, 'engine_installed', False), # Path manipulation flag
'download_dir': str(context.download_dir) if getattr(context, 'download_dir', None) else None,
'modlist_source': getattr(context, 'modlist_source', None),
}
debug_callback(f"Configuration context built: {config_context}")
@@ -479,4 +480,4 @@ class ModlistService(ModlistServiceInstallationMixin):
logger.error("Game type is required")
return False
return True
return True