tauri_sys::app

Function hide

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

Hides the application on macOS.

ยงExample

use tauri_api::app::hide;

hide().await;

Requires allowlist > app > hide to be enabled.