Sfoglia il codice sorgente

Add more logo sizes, resize and pad.

Use the 128x128 icon for Desktop notifications
JC Brand 9 anni fa
parent
commit
95d7c306d4

BIN
logo/conversejs.png


BIN
logo/conversejs128.png


BIN
logo/conversejs16.png


BIN
logo/conversejs19.png


BIN
logo/conversejs48.png


+ 1 - 1
src/converse-notification.js

@@ -35,7 +35,7 @@
                 // ^ a list of JIDs to ignore concerning chat state notifications
                 // ^ a list of JIDs to ignore concerning chat state notifications
                 play_sounds: false,
                 play_sounds: false,
                 sounds_path: '/sounds/',
                 sounds_path: '/sounds/',
-                notification_icon: '/logo/conversejs.png'
+                notification_icon: '/logo/conversejs128.png'
             });
             });
 
 
             converse.isOnlyChatStateNotification = function ($msg) {
             converse.isOnlyChatStateNotification = function ($msg) {