Files
forbes-0023 3d26c96f0c feat(freecad): add Silo-aware start page with webview and offline fallback
Replaces the default FreeCAD Start page with a dual-mode view:
- Online: QWebEngineView loading the Silo web app
- Offline: native Qt fallback with recent files and connectivity status

The command override is registered at InitGui.py load time, before
the C++ StartLauncher fires. Connectivity is polled every 5 seconds
and the view switches automatically.

Closes kindred/create#117
2026-02-09 10:03:23 -06:00
..