diff --git a/src/Mod/BIM/nativeifc/ifc_import.py b/src/Mod/BIM/nativeifc/ifc_import.py index 5f539c1cf9..3d79e66a44 100644 --- a/src/Mod/BIM/nativeifc/ifc_import.py +++ b/src/Mod/BIM/nativeifc/ifc_import.py @@ -148,7 +148,7 @@ def get_options(strategy=None, shapemode=None, switchwb=None, silent=False): switchwb = PARAMS.GetBool("SwitchWB", True) if silent: return strategy, shapemode, switchwb - ask = PARAMS.GetBool("AskAgain", False) + ask = PARAMS.GetBool("AskAgain", True) if ask and FreeCAD.GuiUp: import FreeCADGui