mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
fix: proper language export and restyle of game path notification
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"ip_placeholder": "Server Address...",
|
||||
"port_placeholder": "Port...",
|
||||
"files_downloading": "Files Downloading: ",
|
||||
"files_extracting": "Files Extracting: "
|
||||
"files_extracting": "Files Extracting: ",
|
||||
"game_path_notify": "Game path not found, remember to set it in !"
|
||||
},
|
||||
"options": {
|
||||
"enabled": "Enabled",
|
||||
|
||||
@@ -114,13 +114,13 @@ pub fn unzip(
|
||||
}
|
||||
|
||||
if zipfile.contains("GIMI") {
|
||||
window
|
||||
.emit(
|
||||
"migoto_extracted",
|
||||
destpath.to_string() + "3DMigoto Loader.exe",
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
window
|
||||
.emit(
|
||||
"migoto_extracted",
|
||||
destpath.to_string() + "3DMigoto Loader.exe",
|
||||
)
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
// Delete zip file
|
||||
match std::fs::remove_file(&zipfile) {
|
||||
|
||||
Reference in New Issue
Block a user