fix: Silo_Pull crash — App.Document has no IsModified() attribute
Some checks failed
Build and Test / build (pull_request) Has been cancelled
Some checks failed
Build and Test / build (pull_request) Has been cancelled
_check_pull_conflicts() called doc.IsModified() which does not exist on App.Document. Use FreeCADGui.getDocument().Modified instead, matching the pattern used elsewhere in silo_commands.py.
This commit is contained in: