Shows the application on macOS. This function does not automatically focus any specific app window.
import { show } from '@tauri-apps/api/app';await show(); Copy
import { show } from '@tauri-apps/api/app';await show();
1.2.0
Shows the application on macOS. This function does not automatically focus any specific app window.