Skip to content

Draft: Main: Port manual geometry logic to KConfig.WindowStateSaver

This MR replaces the manual window geometry logic to use KConfig.WindowStateSaver, which other QML apps are moving to use.

This MR is currently in draft, as WindowStateSaver recently reverted a commit which stores window maximization position, in order to investigate a different solution to the problem. No code changes on this MR's part will be required to handle window maximization, once the update is available in KConfig, all apps using WindowStateSaver will get this behaviour automatically.

Merge request reports