mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 19:34:02 +02:00
oops -- === not ==
This commit is contained in:
parent
1fd30b1e0f
commit
89cda8d306
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ Rectangle {
|
|||
|
||||
Connections {
|
||||
onSendSignalToWallet: {
|
||||
if (msg.method === 'walletReset' || msg.method == 'passphraseReset') {
|
||||
if (msg.method === 'walletReset' || msg.method === 'passphraseReset') {
|
||||
sendToScript(msg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue