Closed bgribble closed 5 months ago
In my application, the persistence of settings for the node editor from session to session is not desirable.
Is there a way to disable save and load of the NodeSettings.json file?
NodeSettings.json
I have found that setting Config.SettingsFile to /dev/null has the intended effect (at least on Linux).
Config.SettingsFile
/dev/null
In my application, the persistence of settings for the node editor from session to session is not desirable.
Is there a way to disable save and load of the
NodeSettings.json
file?