Merge pull request #11601 from zfox23/walletNotifFix

Fix Wallet notification appearing when taking screenshots
This commit is contained in:
Zach Fox 2017-10-16 12:19:50 -07:00 committed by GitHub
commit 46f0189ab4

View file

@ -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);
}