mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 06:23:14 +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);
|
||||
}
|
||||
|
||||
function processingGif() {
|
||||
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
||||
}
|
||||
|
||||
function connectionAdded(connectionName) {
|
||||
createNotification(connectionName, NotificationType.CONNECTION);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue