[email protected]
Esta página aún no está disponible en tu idioma.
- On macOS, fix native file dialogs hanging the event loop and
having multiple windows would prevent
run_return
from ever returning. - Fix maximizing window.
- On Windows, fix wrong fullscreen monitors being recognized when handling
WM_WINDOWPOSCHANGING
messages - Fix global hide others shortcut.
- Fix window can’t be hidden when maximized.
- On macOS,
WindowEvent::Resized
is now emitted inframeDidChange
instead ofwindowDidResize
. - On Linux, adds
SystemTrayBuilderExtLinux::with_temp_icon_dir
which sets a custom temp icon dir to store generated icon files. This may be useful when the application requires icons to be stored in a specific location, such as when running in a Flatpak sandbox. - On Linux, store tray icons in
$XDG_RUNTIME_DIR
. This is preferred over/tmp
, because this directory (typically/run/user/{uid}
) is only readable for the current user. While/tmp
is shared with all users. - Do not emit the
ThemeChanged
event when the window theme is set and the system theme changes (the window keeps its theme in this scenario). - Remvoe
core-video-sys
dependency. - The
theme
function nowTheme::Light
on macOS older than 10.14 and the initial theme setter has no effect instead of crashing the application. - Reduce
WM_PAINT
singal on event target window to prevent from webview2 delay.
© 2024 Tauri Contributors. CC-BY / MIT