fix: Silo_Pull progress dialog crash — PySide6 enum type mismatch #173

Merged
forbes merged 1 commits from fix/pull-progress-modality into main 2026-02-11 14:03:29 +00:00

1 Commits

Author SHA1 Message Date
0827d2ad6e fix: Silo_Pull progress dialog crash — PySide6 enum type mismatch
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.
2026-02-11 07:40:21 -06:00