https://bugs.kde.org/show_bug.cgi?id=434437
--- Comment #9 from Nate Graham <n...@kde.org> --- Git commit ed0a78e79de1a90c694b3ca105d423d4a5f27e43 by Nate Graham. Committed on 18/10/2023 at 17:39. Pushed by ngraham into branch 'master'. Play list items with single-click, not double-click There isn't really a good reason to require a double-click to play these list items. For files and folders, this paradigm is used for items that can be selected and have actions which can be applied to them when selected, which does describe these list items. However they also have actions that appear on hover, blunting that reason. These list items already play on single-click on touch mode, mobile mode, and in party mode without any real issues, so let's just do the same thing in non-party desktop mode too. M +1 -11 src/qml/ListBrowserDelegate.qml M +0 -7 src/qml/shared/BasePlayListDelegate.qml https://invent.kde.org/multimedia/elisa/-/commit/ed0a78e79de1a90c694b3ca105d423d4a5f27e43 -- You are receiving this mail because: You are watching all bug changes.