@@ -199,7 +199,7 @@ namespace GFGGame
{
Add(roleItem);
}
- DressUpMenuItemDataManager.StartPreLoadItemCfg();
+ //DressUpMenuItemDataManager.StartPreLoadItemCfg();
_ = DressUpMenuItemDataManager.GetAllDressUpGuideIdListBySubTypeAsync();
@@ -28,5 +28,10 @@ namespace GFGGame
OperationSystem.DestroyAll();
+
+ private void OnApplicationQuit()
+ {
+ SQLiteHelper.Instance.CloseConnection(true);
+ }