mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-04-27 05:30:47 +08:00
切换多语言
This commit is contained in:
parent
038e83b5b2
commit
a7778b464d
@ -674,7 +674,7 @@ namespace DownKyi.Services.Download
|
||||
DownloadFinishedSort finishedSort = SettingsManager.GetInstance().GetDownloadFinishedSort();
|
||||
App.SortDownloadedList(finishedSort);
|
||||
}));
|
||||
_notifyIcon.ShowBalloonTip("下载完成",$"{downloadedItem.DownloadBase.Name}", BalloonIcon.Info);
|
||||
_notifyIcon.ShowBalloonTip(DictionaryResource.GetString("DownloadSuccess"), $"{downloadedItem.DownloadBase.Name}", BalloonIcon.Info);
|
||||
}));
|
||||
}
|
||||
catch (OperationCanceledException e)
|
||||
|
Loading…
Reference in New Issue
Block a user