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:
parent
253a8ffde4
commit
78fb02bc06
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user