Disable use of HTML in system tray tooltip on Cinnamon
This commit is contained in:
@@ -240,7 +240,7 @@ void QtSystemTrayIcon::SetNowPlaying(const Song &song, const QUrl &cover_url) {
|
||||
tray_->setToolTip(song.PrettyTitleWithArtist());
|
||||
#else
|
||||
|
||||
if (de_ == "kde") {
|
||||
if (de_ == "kde" || de_ == "cinnamon" || de_ == "x-cinnamon") {
|
||||
tray_->setToolTip(song.PrettyTitleWithArtist());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user