Skip to content

Fix location saving on Android

Nicolas Fella requested to merge work/saveandroid into master

If not stated explicitly KSharedConfig::openConfig() defaults to QStandardPaths::GenericConfig, which is not writable on Android without special permission.

Switch to AppConfig to fix that

Merge request reports