1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-19 21:04:08 +01:00

update tray icon progress on track change. Fixes issue 3698

This commit is contained in:
Nik Bilous 2013-05-22 19:17:39 +04:00 committed by David Sansome
parent 253a8ffde4
commit 78fb02bc06

View File

@ -882,6 +882,7 @@ void MainWindow::VolumeChanged(int volume) {
void MainWindow::SongChanged(const Song& song) {
setWindowTitle(song.PrettyTitleWithArtist());
tray_icon_->SetProgress(0);
#ifdef HAVE_LIBLASTFM
if (ui_->action_toggle_scrobbling->isVisible())