🐛 更新翻译

This commit is contained in:
Tw93
2023-03-12 20:16:20 +08:00
parent 2204202702
commit 639e296335

View File

@@ -243,7 +243,7 @@ fn main() -> wry::Result<()> {
Event::UserEvent(UserEvent::DownloadComplete(_, success)) => {
println!("Succeeded: {success}");
if success {
let _ = webview.evaluate_script("window.pakeToast('已保存到桌面~')");
let _ = webview.evaluate_script("window.pakeToast('Downloaded to Desktop~')");
} else {
println!("No output path")
}