quiet the notifications

This commit is contained in:
Chris Cochrun 2022-10-06 03:34:26 -05:00
parent 0ccb725c55
commit 4a72ff85ac

View file

@ -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;