Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
9cd400522e
7 changed files with 625 additions and 579 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue