From 4a72ff85ac89fdcb56286da15f47f2c754f1170c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 6 Oct 2022 03:34:26 -0500 Subject: [PATCH] quiet the notifications --- src/qml/presenter/Library.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;