cleanup & polish

This commit is contained in:
Jonas Kruckenberg 2022-11-17 18:13:39 +01:00
parent ee68fe6b5b
commit d5fa1c0397
15 changed files with 657 additions and 470 deletions

View file

@ -47,7 +47,7 @@ pub async fn get_tauri_version() -> crate::Result<Version> {
Ok(serde_wasm_bindgen::from_value(js_val)?)
}
/// Shows the application on macOS. This function does not automatically focuses any app window.
/// Shows the application on macOS. This function does not automatically focus the apps windows.
///
/// # Example
///