From db867c841c4d4091cc1f54a857981bc36774c0b9 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 20 Jan 2022 15:54:40 -0800 Subject: [PATCH] Playlist View: Add status tooltip to status icon --- Playlist/PlaylistController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Playlist/PlaylistController.m b/Playlist/PlaylistController.m index a9541ee01..6857e543f 100644 --- a/Playlist/PlaylistController.m +++ b/Playlist/PlaylistController.m @@ -317,6 +317,7 @@ static inline void dispatch_sync_reentrant(dispatch_queue_t queue, dispatch_bloc } if (cellView.imageView) { cellView.imageView.image = cellImage; + cellView.imageView.toolTip = [pe statusMessage]; } cellView.rowSizeStyle = NSTableViewRowSizeStyleCustom; }