mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-26 19:52:11 +00:00
Auto HOS power off disabled by default
Enable it in options
This commit is contained in:
parent
0d9aebda7b
commit
e809745120
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ void set_default_configuration()
|
||||||
h_cfg.se_keygen_done = 0;
|
h_cfg.se_keygen_done = 0;
|
||||||
h_cfg.sbar_time_keeping = 0;
|
h_cfg.sbar_time_keeping = 0;
|
||||||
h_cfg.backlight = 100;
|
h_cfg.backlight = 100;
|
||||||
h_cfg.autohosoff = 1;
|
h_cfg.autohosoff = 0;
|
||||||
h_cfg.errors = 0;
|
h_cfg.errors = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue