Skip to content
Tauri

defaultWindowIcon

defaultWindowIcon(): Promise<null | Image>

Defined in: app.ts:192

Get the default window icon.

Promise<null | Image>

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

2.0.0


© 2025 Tauri Contributors. CC-BY / MIT