mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
221 B
221 B
tauri |
---|
patch |
Remove window object from the Manager
internal HashMap
on close. This fixes the behavior of using [App|AppHandle|Window]#get_window
after the window is closed (now correctly returns None
).