Skip to content

[Feature] Restore Window Position #1012

Description

@Salanto

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions