1.19 index.html初始化参数

This commit is contained in:
2024-11-19 14:52:11 +08:00
parent 5769b7670b
commit 59c228f36c
3 changed files with 34 additions and 15 deletions

View File

@ -45,6 +45,7 @@ public class NetworkSettingEngine implements SettingEngine {
networkSetting.setPort(port);
networkSetting.setPath(path);
networkSetting.setScreen_rotation(screen_rotation);
networkSetting.setHide_bar(spf.getInt("hide_bar", 3));
return networkSetting;
}