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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
I currently do the following to position the application relative the tray:
let tray_pos = PhysicalPosition{x: position.xasi32,y: position.yasi32,};
window.set_position(Position::Physical(tray_pos)).unwrap();
This works (almost 😄 ) perfectly on macos, however on windows it is not at all in the right position (it lives under the taskbar, which is not good). A more complicated positioning logic might have to be implemented (top taskbar on windows, linux??, etc) however for now I just need to make it kinda work on windows
The text was updated successfully, but these errors were encountered:
I currently do the following to position the application relative the tray:
This works (almost 😄 ) perfectly on macos, however on windows it is not at all in the right position (it lives under the taskbar, which is not good). A more complicated positioning logic might have to be implemented (top taskbar on windows, linux??, etc) however for now I just need to make it kinda work on windows
The text was updated successfully, but these errors were encountered: