mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
7fb419c326
Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
353 B
353 B
tauri-runtime | tauri-runtime-wry |
---|---|
minor:breaking | minor:breaking |
Dispatch::create_window
, Runtime::create_window
and RuntimeHandle::create_window
has been changed to accept a 3rd parameter which is a closure that takes RawWindow
and to be executed right after the window is created and before the webview is added to the window.