diff --git a/src/qml/presenter/Library.qml b/src/qml/presenter/Library.qml index 3a8c14e..6409ed9 100644 --- a/src/qml/presenter/Library.qml +++ b/src/qml/presenter/Library.qml @@ -241,7 +241,7 @@ Item { if(mouse.button == Qt.RightButton) rightClickSongMenu.popup() else{ - showPassiveNotification(title + id, 3000); + /* showPassiveNotification(title + id, 3000); */ songLibraryList.currentIndex = index; if (!editMode) editMode = true;