cfg - fix typo in configs that seemingly still compiles...

amazing it compiled!
This commit is contained in:
Carsten Haitzler 2020-02-04 19:46:16 +00:00
parent 37f32ac73a
commit 0c1f9bc297
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ group "E_Config" struct {
value "exec.show_run_dialog" uchar: 1;
value "exec.show_exit_dialog" uchar: 1;
value "null_container_win" uchar: 1;
value "backlight.normal" double: 1.0
value "backlight.normal" double: 1.0;
value "backlight.dim" double: 0.3;
value "backlight.transition" double: 0.5;
value "backlight.timer" double: 30.0;

View File

@ -190,7 +190,7 @@ group "E_Config" struct {
value "exec.show_run_dialog" uchar: 1;
value "exec.show_exit_dialog" uchar: 1;
value "null_container_win" uchar: 0;
value "backlight.normal" double: 1.0
value "backlight.normal" double: 1.0;
value "backlight.dim" double: 0.3;
value "backlight.transition" double: 0.5;
value "backlight.timer" double: 30.0;