mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
If for some reason Processing configuration gets stored into configuration file, previous code saved default menu paths in configuration. If GUI language changes, custom values stored in the configuration take precedence over default ones (= default translated ones are not used). This fix removes menu keys from config for default value and thus allows to fall back to default menu items on language switch. Fixes #52449 (and related issues)