This commit is contained in:
辉鸭蛋
2024-10-14 00:24:11 +08:00
parent 73cd48f8b1
commit 3d2b1b376e
4 changed files with 4 additions and 6 deletions

View File

@@ -406,8 +406,6 @@ public class ScriptRepoUpdater : Singleton<ScriptRepoUpdater>
Title = "enshin Copilot Scripts | BetterGI 脚本本地中央仓库",
Width = 1366,
Height = 768,
// Owner = Application.Current.MainWindow,
WindowState = WindowState.Maximized
};
_webWindow.Closed += (s, e) => _webWindow = null;
_webWindow.Panel!.DownloadFolderPath = MapPathingViewModel.PathJsonPath;