#Image path when using window.setOverlayIcon
2 messages · Page 1 of 1 (latest)
If you want only that icon you can use https://v2.tauri.app/reference/javascript/api/namespaceapp/#defaultwindowicon.
If you want other icons you'll need to use tauri's resources feature https://v2.tauri.app/develop/resources/ to tell tauri to include icons from that dir, or copy them into your frontend's assets.