Playback Notifications Now Configurable and available on all systems
DiscordRPC swapped to bool for clear activity Updated store file to bools and added playback notification Updated en_GB to fun language, as from what I've seen none of the US English words are different in GB English
This commit is contained in:
parent
3a9bce5f26
commit
499659469e
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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue