mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NotificationService: change media toast icons
This commit is contained in:
@@ -973,7 +973,7 @@ Singleton {
|
||||
const hasMedia = title !== "" || artist !== "";
|
||||
|
||||
if (hasMedia && (titleChanged || playStateChanged)) {
|
||||
const icon = isPlaying ? "player-play" : "player-pause";
|
||||
const icon = isPlaying ? "media-play" : "media-pause";
|
||||
let message = "";
|
||||
|
||||
if (artist && title) {
|
||||
|
||||
Reference in New Issue
Block a user