This commit is contained in:
2022-12-08 17:06:11 +08:00 committed by GitHub
parent 5b4a7d784d
commit a1733c0e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ namespace GrasscutterTools.Forms
try try
{ {
var location = Settings.Default.MainFormLocation; var location = Settings.Default.MainFormLocation;
// 还原窗体位置 // 还原窗体位置
if (location.X > 0 && location.Y > 0) if (location.X > 0 && location.Y > 0)
{ {
StartPosition = FormStartPosition.Manual; StartPosition = FormStartPosition.Manual;
@ -445,4 +445,4 @@ namespace GrasscutterTools.Forms
#endregion - General - #endregion - General -
} }
} }