Fixed fullbright only working if transition is on. (#857)

This commit is contained in:
Sorzon 2020-05-18 20:13:26 +02:00 committed by GitHub
parent 1de50c8865
commit 204d23c73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ public class Brightness extends Module {
}
inTransition = true;
} else {
currentBrightness = isEnabled() ? 1 : 0;
}
}