enabled WC debugging in release

This commit is contained in:
Stefan 2023-11-17 12:09:15 +02:00
parent 46e94d349c
commit 83ab9a4207
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ SettingsContentBase {
anchors.leftMargin: 0
anchors.rightMargin: 0
text: qsTr("Debug Wallet Connect")
visible: root.advancedStore.isDebugEnabled
visible: true //root.advancedStore.isDebugEnabled
onClicked: {
wcLoader.active = true