From 0827d2ad6e7e59782ea9ceed6e9fb07237cc1a3f Mon Sep 17 00:00:00 2001 From: forbes-0023 Date: Wed, 11 Feb 2026 07:40:21 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20Silo=5FPull=20progress=20dialog=20crash?= =?UTF-8?q?=20=E2=80=94=20PySide6=20enum=20type=20mismatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- mods/silo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/silo b/mods/silo index ab801601c9..e83769090b 160000 --- a/mods/silo +++ b/mods/silo @@ -1 +1 @@ -Subproject commit ab801601c95c337619c4335b3b3e320d15eac2ae +Subproject commit e83769090b99421ef012591a3348c1c12eee0893 -- 2.49.1