feat, web toast (#9686)

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2024-10-17 17:23:09 +08:00
committed by GitHub
parent 5e920f0fd0
commit ae8dfe84a0
44 changed files with 77 additions and 0 deletions

View File

@@ -651,5 +651,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Download", ""),
("Upload folder", ""),
("Upload files", ""),
("Clipboard is synchronized", ""),
].iter().cloned().collect();
}