fix: Smoothing comp state on startup (#685)

* fix: Smoothing compo state on startup

* Adjust issue template
This commit is contained in:
brindosch
2020-02-16 18:05:50 +01:00
committed by GitHub
parent 521922353a
commit bae9147dec
2 changed files with 5 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ LinearColorSmoothing::LinearColorSmoothing(const QJsonDocument& config, Hyperion
, _continuousOutput(false)
, _pause(false)
, _currentConfigId(0)
, _enabled(true)
, _enabled(false)
{
// init cfg 0 (default)
addConfig(DEFAUL_SETTLINGTIME, DEFAUL_UPDATEFREQUENCY, DEFAUL_OUTPUTDEPLAY);