From ee00a3f7f3162aa6b35c049e00694971c9c573fa Mon Sep 17 00:00:00 2001 From: forbes-0023 Date: Mon, 9 Feb 2026 10:03:33 -0600 Subject: [PATCH] feat(start): replace start page with Silo webview (#117) Updates the silo submodule to include the new dual-mode start page: - Online: QWebEngineView loads the Silo web app - Offline: native Qt fallback with recent files and connectivity status The Start_Start command is overridden from the Silo mod's InitGui.py, keeping the upstream Start module untouched for easier rebasing. --- mods/silo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/silo b/mods/silo index c6e187a75c..3d26c96f0c 160000 --- a/mods/silo +++ b/mods/silo @@ -1 +1 @@ -Subproject commit c6e187a75ca9b95aef85ceea110c5560f17ce33c +Subproject commit 3d26c96f0c509ba27379dbc55398f799e630b846 -- 2.49.1