You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
when restore a window that closed in a non primary monitor, it will failed to position the window, unless delay the reposition process, which would cause window display on it’s default position before the delayed reposition
Describe the solution you'd like
psudocode:
let screen = all_screen().iter().find(/* compare with last stored screen info */);ifletSome(screen) = screen {WindowBuilder::new().with_screen(screen).position(/* last stored position */).build()}
Describe alternatives you've considered
nope
Would you want to assign yourself to implement this feature?
Is your feature request related to a problem? Please describe.
when restore a window that closed in a non primary monitor, it will failed to position the window, unless delay the reposition process, which would cause window display on it’s default position before the delayed reposition
Describe the solution you'd like
psudocode:
Describe alternatives you've considered
nope
Would you want to assign yourself to implement this feature?
Additional context
init window with NSScreen
The text was updated successfully, but these errors were encountered: