mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Fix Wallet notification appearing when taking screenshots
This commit is contained in:
parent
c25008cff3
commit
1cf816a261
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@
|
||||||
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
|
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
|
||||||
}
|
}
|
||||||
|
|
||||||
function processingGif() {
|
function walletNotSetup() {
|
||||||
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue