You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to change the app's window icon with window.set_icon(), I get the following error: image `` extension not supported; please file a Tauri feature request (on 'png', 'jpg' and 'ico')
It looks like when compiled on MacOs, the extension option always panics:
Describe the problem
When trying to change the app's window icon with
window.set_icon()
, I get the following error:image `` extension not supported; please file a Tauri feature request
(on 'png', 'jpg' and 'ico')It looks like when compiled on MacOs, the extension option always panics:
tauri/core/tauri-runtime-wry/src/lib.rs
Lines 533 to 536 in 28dd9ad
Describe the solution you'd like
Support for MacOS icon extensions needs to be added.
The text was updated successfully, but these errors were encountered: