mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fixed bootsequence name (changed capital 'B' to 'b')
Former-commit-id: 9aaebb520371591c20cd178b843ace75f7c7e1f8
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user