diff --git a/src/config.cpp b/src/config.cpp --- a/src/config.cpp +++ b/src/config.cpp @@ -216,7 +216,7 @@ newConfig->addOutput(ourOutput->clone()); } newConfig->d->primaryOutput = newConfig->d->findPrimaryOutput(); - + newConfig->setSupportedFeatures(supportedFeatures()); return newConfig; }