We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5434a2 commit 09ec832Copy full SHA for 09ec832
Assets/Thirdweb/Core/Scripts/WalletsUI/MetamaskUI.cs
@@ -81,6 +81,7 @@ public void ShowQR(string url)
81
QRCodeImage.sprite = Sprite.Create(qrCodeAsTexture2D, new Rect(0, 0, qrCodeAsTexture2D.width, qrCodeAsTexture2D.height), new Vector2(0.5f, 0.5f));
82
DeepLinkButton.onClick.RemoveAllListeners();
83
DeepLinkButton.onClick.AddListener(() => Application.OpenURL(url));
84
+ QRCodeImage.mainTexture.filterMode = FilterMode.Point;
85
}
86
87
private void OnWalletConnected(object sender, EventArgs e)
0 commit comments