#No longer able to access app_handle in panic hook after upgrading to v2

2 messages · Page 1 of 1 (latest)

spring spade
#

I'm now getting this error:

languid tangle
#

app.handle() now returns &AppHandle (for the rare cases where a borrowed handle is enough...). Append a .clone() and it should work.