disable power_save at startup

This commit is contained in:
cuu
2018-12-07 23:29:32 +08:00
parent c624d42977
commit edc07725d2
4 changed files with 83 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ var (
SKIN="default"
//load from dot files
CurPowerLevel= "supersaving"//"performance"
CurPowerLevel= "performance"
Lang = "English"
)