Skip to content

Uses QStandardPaths::locate to find the Documents folder so Windows users land...

Ian Snow requested to merge snowman/kate:bugfix-419508 into master

Kate on Windows lands you either in AppData/Local or Program Files/Kate.

Uses QStandardPaths::locate to find the Documents folder so Windows users land there on the open file dialog.

The side effect of this on Linux is that if you have a Documents folder it will open there, otherwise the existing behaviour of the user's home directory

BUG:419508

Merge request reports