FreeCAD: master 636add04

Author Committer Branch Timestamp Parent
chennes chennes master 2021-01-10 21:40:10 master e8cc4f1e
Changeset Add parameters to user.cfg file when used

The two parameters are now added to the user.cfg file once they are
accessed in the code. So the first time you export a file, the
parameeter RecentIncludesExported is created and defaulted to false, and
the first time you import a file the parameter RecentIncludesImported is
created and defaults to true. Once that is done the parameters can be
edited from the Parameter Editor, even though they do not have entries
in the Preferences dialog.
mod - src/Gui/Application.cpp Diff File