Skip to content

Commit 6ec3b3f

Browse files
make show torus button optional
1 parent 1b15028 commit 6ec3b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ export function validateWalletInit(
657657
name: 'walletInit.showTorusButton',
658658
value: showTorusButton,
659659
type: 'boolean',
660-
optional: false
660+
optional: true
661661
})
662662

663663

0 commit comments

Comments
 (0)