fix: close testnet banner

This commit is contained in:
Anthony Laibe 2023-08-04 09:45:41 +02:00
parent 129f81a01a
commit 05653294eb
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ Item {
active: appMain.rootStore.profileSectionStore.walletStore.areTestNetworksEnabled
onClicked: Global.openTestnetPopup()
onCloseClicked: Global.openTestnetPopup()
onCloseClicked: hide()
}
ModuleWarning {