logic: flag FilterUndefinedNodesFromGraph in ApplicationSettings
If set to true the flag filters all undefined nodes from the graph, unless every active node is undefined.
This commit is contained in:
@@ -17,6 +17,7 @@ public:
|
||||
~ApplicationSettings();
|
||||
|
||||
std::string getStartupProjectFilePath() const;
|
||||
bool filterUndefinedNodesFromGraph() const;
|
||||
|
||||
// code
|
||||
int getCodeTabWidth() const;
|
||||
|
||||
Reference in New Issue
Block a user