AppConfig: Support for vendor / model / variant enable state

This commit is contained in:
Vojtech Kral 2018-03-28 11:36:36 +02:00
parent 3fcf194e39
commit 57e47a3296
12 changed files with 267 additions and 142 deletions

View file

@ -64,6 +64,7 @@ REGISTER_CLASS(PresetCollection, "GUI::PresetCollection");
REGISTER_CLASS(PresetBundle, "GUI::PresetBundle");
REGISTER_CLASS(PresetHints, "GUI::PresetHints");
REGISTER_CLASS(TabIface, "GUI::Tab");
REGISTER_CLASS(PresetUpdater, "PresetUpdater");
REGISTER_CLASS(OctoPrint, "OctoPrint");
SV* ConfigBase__as_hash(ConfigBase* THIS)