mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复退出位置设置失效的错误 Fix #56
This commit is contained in:
parent
b4a100226c
commit
04244a9d7e
@ -174,6 +174,7 @@ namespace VPet_Simulator.Windows
|
|||||||
//Set.Statistics[(gint)"stat_time"] = (int)(DateTime.Now - timecount).TotalMinutes;
|
//Set.Statistics[(gint)"stat_time"] = (int)(DateTime.Now - timecount).TotalMinutes;
|
||||||
//timecount = DateTime.Now;
|
//timecount = DateTime.Now;
|
||||||
}
|
}
|
||||||
|
Set.StartRecordLastPoint = new Point(Left, Top);
|
||||||
File.WriteAllText(ExtensionValue.BaseDirectory + @"\Setting.lps", Set.ToString());
|
File.WriteAllText(ExtensionValue.BaseDirectory + @"\Setting.lps", Set.ToString());
|
||||||
|
|
||||||
if (!Directory.Exists(ExtensionValue.BaseDirectory + @"\BackUP"))
|
if (!Directory.Exists(ExtensionValue.BaseDirectory + @"\BackUP"))
|
||||||
|
Loading…
Reference in New Issue
Block a user