Skip to content

Store window geometry using KConfig.WindowStateSaver

This MR allows KDE Connect to store its window geometry using KConfig.WindowStateSaver. Right now, KDE Connect does not store any window geometry, so it does not remember its window size when closed. Many KDE applications do, so it seems like desired behaviour, but if it is not let me know and we can close this MR. :-)

If this is desired, it could apply to other places as well, such as the SMS plugin. I have not done that in this MR currently but if desired it would be an equivalent change, but in smsapp/qml/Main.qml it seems.

Merge request reports