Tauri Core API - v2.6.0
    Preparing search index...

    Function show

    • Shows the application on macOS. This function does not automatically focus any specific app window.

      Returns Promise<void>

      import { show } from '@tauri-apps/api/app';
      await show();

      1.2.0