Skip to content

use same config for position restoration as for position saving

currently there is an issue with window position restoration. Specifically in dolphin the window position is never restored because the restoreWindowPosition is called with MainWindow config group and restoreWindowSize is called with State config group.

In saveMainWindowSettings both of these values are saved into State config

Edited by Richard Bízik

Merge request reports