Tony
Tony
> I meant pointer focus here, it's a separate thing. Ah, right right, makes sense then > I'd probably also add a window attributes method then. Added
Actually, this doesn't work on Firefox for some reason...
Keep the old behavior for FireFox and Safari I guess
~~I don't quite understand how `ThemeChanged` works in `tao` to be honest, when should it be fired? We currently only fires it when the window's theme is set to auto/no...
We probably can just mirror the mac and linux implementations from winit (they should be much more straight forward compared to the Windows one 😂), but I can't test them,...
I don't know if sending `WM_SETTINGCHANGE` ourselves here is fine or not since the wparam and lparam are actually not 0 from the system one, and by the way, if...
@amrbashir the windows one is not working right now, you need to set `redraw_title_bar` to `true`, see my comment above
All good, feel free to make changes 😃
Since you seem to be also using window state plugin, maybe check if https://github.com/tauri-apps/plugins-workspace/issues/2203#issuecomment-2540412621 helps? > This might not be very intuitive, but window state plugin saves and restores the...
Merging as the winit PR just got accepted