mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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);
|
||||
}
|
||||
|
||||
function processingGif() {
|
||||
function walletNotSetup() {
|
||||
createNotification("Your wallet isn't set up. Open the WALLET app.", NotificationType.WALLET);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue