forked from CTCaer/hekate
Auto HOS power off disabled by default
Enable it in options
This commit is contained in:
parent
0d9aebda7b
commit
e809745120
@ -46,7 +46,7 @@ void set_default_configuration()
|
||||
h_cfg.se_keygen_done = 0;
|
||||
h_cfg.sbar_time_keeping = 0;
|
||||
h_cfg.backlight = 100;
|
||||
h_cfg.autohosoff = 1;
|
||||
h_cfg.autohosoff = 0;
|
||||
h_cfg.errors = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user