Fix interface complexity configuration.
authorCarl Hetherington <cth@carlh.net>
Sat, 8 Sep 2018 00:00:47 +0000 (01:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 8 Sep 2018 00:26:49 +0000 (01:26 +0100)
src/lib/config.cc

index 8c76671d4f4062702e1be17ff4524595e8d49919..0baaf487c58c05614ddfd0a91ada3baa0d632434 100644 (file)
@@ -478,8 +478,8 @@ try
        _gdc_password = f.optional_string_child("GDCPassword");
 
        optional<string> ic = f.optional_string_child("InterfaceComplexity");
-       if (ic && *ic == "simple") {
-               _interface_complexity = INTERFACE_SIMPLE;
+       if (ic && *ic == "full") {
+               _interface_complexity = INTERFACE_FULL;
        }
 
        /* Replace any cinemas from config.xml with those from the configured file */