Victor Aremu
Victor Aremu
https://github.com/tauri-apps/plugins-workspace/blob/a3fe84296a9a51fed960ab99ee7cebebb7df5390/plugins/window-state/src/lib.rs#L235 this line needs to be refactored. such that `self.is_maximized` is only called if and only if the state flag includes `MAXIMIZED`
one more thing, @Hacksore when calling `saveWindowState`, you will have to exclude `MAXIMIZED`
Here is the patch PR: https://github.com/tauri-apps/plugins-workspace/pull/1547
> https://github.com/tauri-apps/plugins-workspace/blob/a3fe84296a9a51fed960ab99ee7cebebb7df5390/plugins/window-state/src/lib.rs#L235 > > this line needs to be refactored. > > such that `self.is_maximized` is only called if and only if the state flag includes `MAXIMIZED` @Hacksore please read...
> > https://github.com/tauri-apps/plugins-workspace/blob/a3fe84296a9a51fed960ab99ee7cebebb7df5390/plugins/window-state/src/lib.rs#L235 > > > > this line needs to be refactored. > > such that `self.is_maximized` is only called if and only if the state flag includes `MAXIMIZED`...
@norude I'll have a look at this.
@norude can you share your progress in a public Github repo?
I have seen PR #80, but I can't merge it into v2; it needs to be its own separate branch. `v2-mouse-hover`
[email protected] adds support for this feature! you can test it now: https://github.com/ahkohd/tauri-nspanel/tree/v2.1/examples/hover_activate
Can you create a minimal repository to reproduce the issue?