diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index de6166ea6e..addca9b841 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -474,15 +474,6 @@ StatusAppLayout { } } - Connections { - target: profileModel - ignoreUnknownSignals: true - enabled: removeMnemonicAfterLogin - onInitialized: { - profileModel.mnemonic.remove() - } - } - Connections { target: profileModel.contacts onContactRequestAdded: { diff --git a/ui/main.qml b/ui/main.qml index 1fae900246..0adf42b1ba 100644 --- a/ui/main.qml +++ b/ui/main.qml @@ -390,6 +390,16 @@ StatusWindow { } } + Connections { + target: profileModel + ignoreUnknownSignals: true + enabled: removeMnemonicAfterLogin + onInitialized: { + profileModel.mnemonic.remove() + } + } + + Component { id: genKey GenKey {