Skip to content

Fix toggling "restore last session" option only being applied after a restart

When turning on the "restore last session" option and than closing Konqueror, the session wasn't saved. Session being saved when closing Konqueror would only start to work after starting Konqueror again. This was caused by a missing call to KSharedConfig::Ptr::sync() in KKonqGeneralOptions::save()

Merge request reports