mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
6 lines
154 B
Markdown
6 lines
154 B
Markdown
|
---
|
||
|
"tauri": 'patch:bug'
|
||
|
---
|
||
|
|
||
|
Changed `IconMenuItem::set_native_icon` signature to take `&self` instead of `&mut self` to fix compilation error on macos.
|