mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
feat: 下载前清空日志栏
This commit is contained in:
@@ -699,6 +699,10 @@ namespace MaaWpfGui
|
||||
switch (downloader)
|
||||
{
|
||||
case Downloader.Native:
|
||||
Application.Current.Dispatcher.Invoke(() =>
|
||||
{
|
||||
_logItemViewModels.Clear();
|
||||
});
|
||||
returned = DownloadFileForCSharpNative(url: url, filePath: fullFilePathWithTemp, contentType: contentType, proxy);
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user