SUMMARY It would be cool to have option to run instead CD while in useListViewMode. Right now it will always CD (line 462 in FolderView.QML) ``` let func = root.useListViewMode && mouse.button === Qt.LeftButton && hoveredItem.isDir ? main.doCd : dir.run; ``` This would be especially useful for plasmoids placed in a panel. STEPS TO REPRODUCE Click on a directory in a list view. OBSERVED RESULT Plasmoid changes directory. EXPECTED RESULT Dolphin (or other default file manager) is launched
I think it would be reasonable to add this to the context menu for folders.