This commit is contained in:
2022-12-08 17:06:11 +08:00
committed by GitHub
parent 5b4a7d784d
commit a1733c0e7d

View File

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