mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
prevent welcome dialog from showing again if recovery dialog is opened in the same session
This commit is contained in:
@@ -70,6 +70,7 @@ class RecoveryKeyDialog extends React.Component {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
if (this.signup) {
|
if (this.signup) {
|
||||||
|
this.signup = false;
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
eSendEvent(eOpenResultDialog, {
|
eSendEvent(eOpenResultDialog, {
|
||||||
title: 'Welcome to your private\nnote taking haven',
|
title: 'Welcome to your private\nnote taking haven',
|
||||||
|
|||||||
Reference in New Issue
Block a user