thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.73k stars 551 forks source link

Disabling load/save of settings #287

Closed bgribble closed 5 months ago

bgribble commented 7 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?

bgribble commented 5 months ago

I have found that setting Config.SettingsFile to /dev/null has the intended effect (at least on Linux).