mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-06-07 22:59:14 +08:00
Test CI
This commit is contained in:
parent
5b4a7d784d
commit
a1733c0e7d
@ -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 -
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user