diff --git a/freecad/kiconnect/commands/Syncable.py b/freecad/kiconnect/commands/Syncable.py index 01643a3..d1714c3 100644 --- a/freecad/kiconnect/commands/Syncable.py +++ b/freecad/kiconnect/commands/Syncable.py @@ -2,7 +2,7 @@ import FreeCAD as App import FreeCADGui as Gui class Syncable: - SYNCABLES = [ 'KiConnect::Project', 'KiConnect::Board', 'KiConnect::Parts', 'KiConnect::BoardBody', ] + SYNCABLES = [ 'KiConnect::Project', 'KiConnect::Board', 'KiConnect::Parts', 'KiConnect::BoardBody', 'KiConnect::BoardSketch' ] def IsActive(self): sel = Gui.Selection.getSelection()