SIGN IN SIGN UP
tauri-apps / tauri UNCLAIMED

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.

0 0 122 Rust

feat: Add support for setting icon & template at same time (#14357)

* [macos] Add support for setting icon & template at same time

Calling set_icon and then set_icon_as_template in sequence
cause a flicker as they both run on the main thread and update
the UI. This exposes a single function to do both at once,
preventing the flicker.

* Format

* Update changed.md

---------

Co-authored-by: Fabian-Lars <30730186+FabianLars@users.noreply.github.com>
Y
Yonatan committed
a12142a481f7a19b69e88ee36a438b1db71b36f5
Parent: d83d2d9
Committed by GitHub <noreply@github.com> on 4/29/2026, 12:58:31 PM