mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed bootsequence name (changed capital 'B' to 'b')
Former-commit-id: 9aaebb520371591c20cd178b843ace75f7c7e1f8
This commit is contained in:
parent
af83807606
commit
734759ffb3
@ -1 +1 @@
|
||||
6a841c91e85de05d2ed4dfed9955cb1c89a9bf03
|
||||
a7a90d7ac31f76d56191446cd28fa7088e47199b
|
@ -73,8 +73,10 @@ public class MiscConfig {
|
||||
strBuf.stopArray(true);
|
||||
strBuf.stopObject();
|
||||
|
||||
strBuf.newLine();
|
||||
|
||||
strBuf.toggleComment(!mBootSequenceEnabled);
|
||||
strBuf.startObject("Bootsequence");
|
||||
strBuf.startObject("bootsequence");
|
||||
strBuf.addValue("effect", mBootSequenceEffect, false);
|
||||
strBuf.addValue("duration_ms", mBootSequenceLength_ms, true);
|
||||
strBuf.stopObject();
|
||||
|
Loading…
Reference in New Issue
Block a user