mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
Fix notification bug
This commit is contained in:
parent
4ebccfa65c
commit
c2733a4186
1 changed files with 4 additions and 0 deletions
|
@ -576,6 +576,10 @@
|
||||||
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
|
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function processingGif() {
|
||||||
|
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
||||||
|
}
|
||||||
|
|
||||||
function connectionAdded(connectionName) {
|
function connectionAdded(connectionName) {
|
||||||
createNotification(connectionName, NotificationType.CONNECTION);
|
createNotification(connectionName, NotificationType.CONNECTION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue