Adding the ability to add additional scripts to a profile when necessary

This commit is contained in:
Alexander Bock
2020-06-21 14:26:15 +02:00
parent 12611b1a9a
commit 338c8a9bd5
7 changed files with 60 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@ private:
std::optional<Time> time;
std::optional<CameraType> camera;
std::vector<std::string> markNodes;
std::vector<std::string> additionalScripts;
bool _ignoreUpdates = false;
};