fix: Silo_Pull progress dialog crash — PySide6 enum type mismatch
All checks were successful
Build and Test / build (pull_request) Successful in 47m35s
All checks were successful
Build and Test / build (pull_request) Successful in 47m35s
setWindowModality(2) raises TypeError in PySide6 which requires the proper enum QtCore.Qt.WindowModal instead of a raw integer. This caused the pull download progress dialog to fail immediately, leaving it hung.
This commit is contained in: