라이브러리 비활성화 기능 수정 및 초기 메인 화면 UI 변경
This commit is contained in:
@@ -21,8 +21,8 @@ namespace CHN
|
||||
workConditionAnalysis = FindSingle<Panel_WorkConditionAnalysis>();
|
||||
workTimeAnalysis = FindSingle<Panel_WorkTimeAnalysis>();
|
||||
|
||||
PlayerPrefs.SetInt("isCompleteAlramHistory", 0);
|
||||
PlayerPrefs.SetInt("isLibrary", 0);
|
||||
PlayerPrefs.SetInt("isCompleteAlramHistory", 1);
|
||||
PlayerPrefs.SetInt("isLibrary", 1);
|
||||
PlayerPrefs.SetInt("isWorkConditionAnalysis", 0);
|
||||
PlayerPrefs.SetInt("isWorkTimeAnalysis", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user