tao@0.37.1
Sep 26, 2026
-
365089b6(#1341 by @Legend-Master) On Windows, fix visibility flickers when calling windowing functions -
f79aa3a1(#1342 by @Legend-Master) On Windows, fixset_maximizedandset_minimizedcalls don't work if the window's built withwith_focused(false).Note: this change will also make that if the window is created through
with_focused(false), subsequentwindow.set_visible(true)calls will now focus the window (the current behavior is the window only gets focus if you callwindow.set_focus()orwindow.set_maximized(true)) this is consistent with the other platforms.
© 2026 Tauri Contributors. CC-BY / MIT