-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Description
Currently the client always opens wherever the underlying window system decided to put it, which is suboptiomal for setups with multiple monitors.
The easiest way we could implement it is using this example from Qt : https://doc.qt.io/qt-6/restoring-geometry.html
However, we might want to add some extra fluff, such as:
- Options to enable/disable the functionality as a whole or for individual windows
- Add necessary checks to ensure the window does not end up outside the visible display range, like when a laptop is disconnected from a monitor and you open AO2 after
- Maybe style the settings entry a bit less ugly than what we usually do, lol.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels