Function tauri_sys::app::show

source ·
pub async fn show() -> Result<(), Error>
Expand description

Shows the application on macOS. This function does not automatically focus the apps windows.

§Example

use tauri_api::app::show;

show().await;

Requires allowlist > app > show to be enabled.