Show thumbnails of album art in the tray icon tooltip instead of full sized images. Fixes issue 2844

This commit is contained in:
David Sansome 2012-04-13 14:28:09 +01:00
parent 77789aba41
commit eed3a57af8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ OSD::OSD(SystemTrayIcon* tray_icon, Application* app, QObject* parent)
ignore_next_stopped_(false),
pretty_popup_(new OSDPretty(OSDPretty::Mode_Popup))
{
connect(app_->current_art_loader(), SIGNAL(ArtLoaded(Song,QString,QImage)),
connect(app_->current_art_loader(), SIGNAL(ThumbnailLoaded(Song,QString,QImage)),
SLOT(AlbumArtLoaded(Song,QString,QImage)));
ReloadSettings();