Sync from development - prepare for v0.5.0.3

This commit is contained in:
Omni
2026-03-23 13:46:27 +00:00
parent e52e1427f6
commit 8e4dd06f11
241 changed files with 713 additions and 441 deletions

View File

@@ -209,6 +209,7 @@ class InstallModlistCommand:
'modlist_value': getattr(args, 'modlist_value', None),
'skip_confirmation': True,
'resolution': getattr(args, 'resolution', None),
'skip_disk_check': getattr(args, 'skip_disk_check', False),
}
def _validate_install_context(self, context: dict) -> bool: