mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
fix: waku2 lightmode selector
This commit is contained in:
parent
df670bfcbb
commit
c9a0488e89
@ -363,7 +363,7 @@ ScrollView {
|
||||
btnText: qsTrId("light-node")
|
||||
onToggled: {
|
||||
if (!root.store.isWakuV2LightClient) {
|
||||
openPopup(wakuV2ModeConfirmationDialogComponent, {light: true})
|
||||
openPopup(wakuV2ModeConfirmationDialogComponent, {mode: true})
|
||||
} else {
|
||||
btnWakuV2Light.click()
|
||||
}
|
||||
@ -378,7 +378,7 @@ ScrollView {
|
||||
btnText: qsTrId("full-node")
|
||||
onToggled: {
|
||||
if (root.store.isWakuV2LightClient) {
|
||||
openPopup(wakuV2ModeConfirmationDialogComponent, {light: false})
|
||||
openPopup(wakuV2ModeConfirmationDialogComponent, {mode: false})
|
||||
} else {
|
||||
btnWakuV2Full.click()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user