Fare procedura per cambiare gli username in giro nelle varie tabelle
fix icon Android "Badge" black and white.
This commit is contained in:
@@ -617,7 +617,7 @@ self.addEventListener('push', (event) => {
|
||||
options = {
|
||||
body: data.content,
|
||||
icon: data.icon ? data.icon : '/images/android-chrome-192x192.png',
|
||||
badge: data.badge ? data.badge : '/images/android-chrome-192x192.png',
|
||||
badge: data.badge ? data.badge : '/images/badge-96x96.png',
|
||||
data: {
|
||||
url: data.url,
|
||||
},
|
||||
@@ -633,7 +633,7 @@ self.addEventListener('push', (event) => {
|
||||
options = {
|
||||
body: text,
|
||||
icon: '/images/android-chrome-192x192.png',
|
||||
badge: '/images/android-chrome-192x192.png',
|
||||
badge: '/images/badge-96x96.png',
|
||||
data: {
|
||||
url: '/',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user