Skip to content

kcms: Remove old usage of folder, use QtCore's StandardPaths

Joshua Goins requested to merge work/redstrate/kcm-qt6-fixes into master

Some KCMs still has dialogs that used the folder property (it's now currentFolder) and shortcuts when we should be using StandardPaths.

Merge request reports