tauri/.changes/core-jsimage-intoimg.md
Amr Bashir c8a82ad223
fix(core): fix deadlock when using resources_table in menu/image/tray plugins (#9379)
* fix(core): fix deadlock when using resources_table in menu/image/tray plugins

closes #9369

* document the resources_table requirement
2024-04-15 12:15:37 +02:00

128 B

tauri
patch:breaking

Changed JsImage::into_img to take a reference to a ResourceTable instead of a Manager.