https://bugs.kde.org/show_bug.cgi?id=397736
Marius P <nmariu...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nmariu...@gmail.com --- Comment #5 from Marius P <nmariu...@gmail.com> --- Start with a git commit like " ElisaMainWindow.qml playlist file dialog add "pls" filter ------------------------- src/qml/ElisaMainWindow.qml ------------------------- index 94c19e6d..d42a3317 100644 @@ -153,7 +153,7 @@ Kirigami.ApplicationWindow { defaultSuffix: 'm3u8' folder: StandardPaths.writableLocation(StandardPaths.MusicLocation) - nameFilters: [i18nc("@option file type (mime type) for m3u and m3u8 playlist file formats; do not translate *.m3u*", "Playlist (*.m3u*)")] + nameFilters: [i18nc("@option file type (mime type) for m3u and m3u8 playlist file formats; do not translate *.m3u*", "m3u Playlist (*.m3u*)"), i18nc("@option file type (mime type) for pls playlist file formats; do not translate *.pls", "pls Playlist (*.pls)")] onAccepted: { " -- You are receiving this mail because: You are watching all bug changes.