mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #11601 from zfox23/walletNotifFix
Fix Wallet notification appearing when taking screenshots
This commit is contained in:
commit
46f0189ab4
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@
|
|||
createNotification("Processing GIF snapshot...", NotificationType.SNAPSHOT);
|
||||
}
|
||||
|
||||
function processingGif() {
|
||||
function walletNotSetup() {
|
||||
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue