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) {
|
void MainWindow::SongChanged(const Song& song) {
|
||||||
setWindowTitle(song.PrettyTitleWithArtist());
|
setWindowTitle(song.PrettyTitleWithArtist());
|
||||||
|
tray_icon_->SetProgress(0);
|
||||||
|
|
||||||
#ifdef HAVE_LIBLASTFM
|
#ifdef HAVE_LIBLASTFM
|
||||||
if (ui_->action_toggle_scrobbling->isVisible())
|
if (ui_->action_toggle_scrobbling->isVisible())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user