Skip to content

Fix deleting KeyGroups

Tobias Fella requested to merge work/tobias/fix-deleting-groups into master

This seems to have regressed during the Qt6/KF6 migration. The group will disappear from the list, but not be deleted from the config file and thus still be around next time kleopatra is started.

I'm not entirely sure which change caused this, but I don't want to spend more time on it than necessary. It seems to be a change in how KConfig finds a default name when no name is given, as is done here in the existing code.

Merge request reports