Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
Compare and Show latest version
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -22,6 +22,10 @@ Configurable::Configurable(nlohmann::json &config) : config_(&config) {
LOG(FATAL) << "Configurable json is not an object: " << config;
}
/*if (!config.contains("$id")) {
config["$id"] = "ftl://utu.fi";
}*/
ftl::config::registerConfigurable(this);
}
Loading