Skip to content

Commit 2f48326

Browse files
committed
Fix dapp sample notification bg picking mode
1 parent 6898066 commit 2f48326

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Samples/AppKit Sample/Assets/UI Toolkit/Components/Resources/Dapp/Dapp.uxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ui:ScrollView name="ButtonsContainer" mode="Vertical" vertical-scroller-visibility="Hidden"/>
88

99
</ui:VisualElement>
10-
<ui:VisualElement name="NotificationContainer" picking-mode="Ignore">
10+
<ui:VisualElement name="NotificationContainer">
1111
<ui:Label name="NotificationText" text="Notification"/>
1212
<ui:Button name="NotificationButton" text="Close"/>
1313
</ui:VisualElement>

Samples/AppKit Sample/Assets/WalletConnectUnity/Resources/WalletConnectProjectConfig.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ MonoBehaviour:
2323
Native: w3m-unity
2424
Universal:
2525
VerifyUrl:
26-
<RelayUrl>k__BackingField: wss://relay.walletconnect.com
26+
<RelayUrl>k__BackingField: wss://relay.walletconnect.org
2727
<LoggingEnabled>k__BackingField: 1

0 commit comments

Comments
 (0)