mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 {
|
Connections {
|
||||||
onSendSignalToWallet: {
|
onSendSignalToWallet: {
|
||||||
if (msg.method === 'walletReset' || msg.method == 'passphraseReset') {
|
if (msg.method === 'walletReset' || msg.method === 'passphraseReset') {
|
||||||
sendToScript(msg);
|
sendToScript(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue