Skip to content

Commit caed53d

Browse files
committed
fix: add missing tor check on button enabled
1 parent 60610f4 commit caed53d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/pages_desktop_specific/services/cakepay/desktop_gift_cards_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ class _DesktopGiftCardsViewState extends ConsumerState<DesktopGiftCardsView> {
117117
width: 200,
118118
buttonHeight: ButtonHeight.m,
119119
label: "My Orders",
120+
enabled: !_torEnabled,
120121
onPressed: () {
121122
showDialog<void>(
122123
context: context,

0 commit comments

Comments
 (0)