Fare procedura per cambiare gli username in giro nelle varie tabelle

fix icon Android "Badge" black and white.
This commit is contained in:
Surya Paolo
2022-12-23 00:37:22 +01:00
parent a8677dc644
commit 61451ef994
13 changed files with 24 additions and 18 deletions

View File

@@ -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: '/',
},