Fix notification bug

This commit is contained in:
Zach Fox 2017-10-11 09:47:16 -07:00
parent 4ebccfa65c
commit c2733a4186

View file

@ -576,6 +576,10 @@
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
}
function processingGif() {
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
}
function connectionAdded(connectionName) {
createNotification(connectionName, NotificationType.CONNECTION);
}