This commit is contained in:
vapormusic 2022-01-29 19:42:26 +07:00
commit 9cd400522e
7 changed files with 625 additions and 579 deletions

View file

@ -751,7 +751,7 @@ const app = new Vue({
app.loadLyrics();
// Playback Notifications
if ((app.platform === "darwin" || app.platform === "linux") && !document.hasFocus() && a.artistName && a.artwork && a.name) {
if (this.cfg.general.playbackNotifications && !document.hasFocus() && a.artistName && a.artwork && a.name) {
if (this.notification) {
this.notification.close()
}

File diff suppressed because it is too large Load diff