mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix: Smoothing comp state on startup (#685)
* fix: Smoothing compo state on startup * Adjust issue template
This commit is contained in:
parent
521922353a
commit
bae9147dec
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
**Summary**
|
**Summary**
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**What kind of change does this PR introduce?** (check at least one)
|
**What kind of change does this PR introduce?** (check at least one)
|
||||||
|
|
||||||
- [ ] Bugfix
|
- [ ] Bugfix
|
||||||
@ -25,8 +27,8 @@ If changing the UI of web configuration, please provide the **before/after** scr
|
|||||||
If yes, please describe the impact and migration path for existing setups:
|
If yes, please describe the impact and migration path for existing setups:
|
||||||
|
|
||||||
**The PR fulfills these requirements:**
|
**The PR fulfills these requirements:**
|
||||||
|
<!-- Github will close properly linked issues automatically on PR merge -->
|
||||||
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix #xxx[,#xxx]`, where "xxx" is the issue number)
|
- [ ] When resolving a specific issue, it's referenced in the PR's body (e.g. `Fixes: #xxx[,#xxx]`, where "xxx" is the issue number)
|
||||||
|
|
||||||
If adding a **new feature**, the PR's description includes:
|
If adding a **new feature**, the PR's description includes:
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ LinearColorSmoothing::LinearColorSmoothing(const QJsonDocument& config, Hyperion
|
|||||||
, _continuousOutput(false)
|
, _continuousOutput(false)
|
||||||
, _pause(false)
|
, _pause(false)
|
||||||
, _currentConfigId(0)
|
, _currentConfigId(0)
|
||||||
, _enabled(true)
|
, _enabled(false)
|
||||||
{
|
{
|
||||||
// init cfg 0 (default)
|
// init cfg 0 (default)
|
||||||
addConfig(DEFAUL_SETTLINGTIME, DEFAUL_UPDATEFREQUENCY, DEFAUL_OUTPUTDEPLAY);
|
addConfig(DEFAUL_SETTLINGTIME, DEFAUL_UPDATEFREQUENCY, DEFAUL_OUTPUTDEPLAY);
|
||||||
|
Loading…
Reference in New Issue
Block a user