Kirill Bukaev

Results 1 comments of Kirill Bukaev

For those looking for a solution, a workaround can be found here: https://github.com/leanflutter/window_manager/issues/478#issuecomment-2312763103 In my case, I simply added `exit(0)` when closing the app from the tray icon menu: `windowManager.destroy().then((_)...