OrigamiStructures / StudioManagerScratch

A place to push around some experimental code
0 stars 0 forks source link

Extend use of Prefs object #174

Closed dreamingmind closed 4 years ago

dreamingmind commented 4 years ago

The setPrefs process uses the form and entity like all prefs processes. But it used an older style of packaging them in an array (in reverse order of the Prefs constructor) or carrying them in separate variables.

This should be changed to transport them in the Prefs object for consistency.