tauri_sys::app

Function 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.