Skip to content

Commit

Permalink
fix: #17 non-persistent notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
nullobsi committed Jul 27, 2024
1 parent cf19577 commit c7039d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/trayitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ void TrayItem::songChanged(const Song& song, bool isPlaying)
if (useable && isPlaying) {
if (songNotif == nullptr) {
songNotif = new KNotification("newSong");
songNotif->setFlags(KNotification::Persistent);
}
songNotif->setTitle(song.mainText());
songNotif->setText(song.subText());
Expand Down

0 comments on commit c7039d6

Please sign in to comment.