mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 23:54:48 +01:00
Get background file name
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#[tauri::command]
|
||||
pub async fn get_lang(window: tauri::Window, lang: String) -> String {
|
||||
let lang = lang.to_lowercase();
|
||||
@@ -15,7 +14,6 @@ pub async fn get_lang(window: tauri::Window, lang: String) -> String {
|
||||
return contents;
|
||||
}
|
||||
|
||||
|
||||
pub fn emit_lang_err(window: tauri::Window, msg: std::string::String) {
|
||||
let mut res_hash = std::collections::HashMap::new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user