Skip to content

fix: KRecentFilesAction saveEntries and loadEntries use the correct group when no group is passed

KConfigGroup::name() is never empty, if no name is specified is used: https://invent.kde.org/frameworks/kconfig/-/blob/e40531e29e2ff52d67156aa8ae7691488ca1c29b/src/core/kconfiggroup.cpp#L98

Exisiting recent files entries in the root (<default>) group will be ignored

Merge request reports